fix in StateSet.cpp
the State::DefineMap::changed flag is not resetted to false after currentDefines are updated
This commit is contained in:
parent
168212f383
commit
ad0a73273c
@ -1842,6 +1842,7 @@ bool State::DefineMap::updateCurrentDefines()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
changed = false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user