mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:35:08 +02:00
fix export of animation properties
This commit is contained in:
parent
b87e8220c4
commit
f1f8fd8a24
1 changed files with 4 additions and 0 deletions
|
@ -244,6 +244,10 @@ void AnimationPropertyGroup::markAllChanged() {
|
|||
_fpsChanged = true;
|
||||
_currentFrameChanged = true;
|
||||
_runningChanged = true;
|
||||
_loopChanged = true;
|
||||
_firstFrameChanged = true;
|
||||
_lastFrameChanged = true;
|
||||
_holdChanged = true;
|
||||
}
|
||||
|
||||
EntityPropertyFlags AnimationPropertyGroup::getChangedProperties() const {
|
||||
|
|
Loading…
Reference in a new issue