fix in StateSet.cpp
the State::DefineMap::changed flag is not resetted to false after currentDefines are updated
This commit is contained in:
committed by
Robert Osfield
parent
990c04d4b9
commit
98b81821fb
@@ -1843,6 +1843,7 @@ bool State::DefineMap::updateCurrentDefines()
|
||||
}
|
||||
}
|
||||
}
|
||||
changed = false;
|
||||
return true;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user