transition: fixed hash issue

This commit is contained in:
itsmattkc
2021-07-30 13:21:48 -07:00
parent 5e35ce6951
commit 7ae03a31b8
2 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ NodeValueTable TransitionBlock::Value(const QString &output, NodeValueDatabase &
void TransitionBlock::InvalidateCache(const TimeRange &range, const QString &from, int element, InvalidateCacheOptions options)
{
TimeRange r;
TimeRange r = range;
if (from == kOutBlockInput || from == kInBlockInput) {
Block *n = dynamic_cast<Block*>(GetConnectedNode(from));