mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 04:08:13 +02:00
Merge pull request #7623 from ZappoMan/fixAnimationFrameExport
fix export of animation properties
This commit is contained in:
commit
47ff5c090d
1 changed files with 4 additions and 0 deletions
|
@ -244,6 +244,10 @@ void AnimationPropertyGroup::markAllChanged() {
|
||||||
_fpsChanged = true;
|
_fpsChanged = true;
|
||||||
_currentFrameChanged = true;
|
_currentFrameChanged = true;
|
||||||
_runningChanged = true;
|
_runningChanged = true;
|
||||||
|
_loopChanged = true;
|
||||||
|
_firstFrameChanged = true;
|
||||||
|
_lastFrameChanged = true;
|
||||||
|
_holdChanged = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
EntityPropertyFlags AnimationPropertyGroup::getChangedProperties() const {
|
EntityPropertyFlags AnimationPropertyGroup::getChangedProperties() const {
|
||||||
|
|
Loading…
Reference in a new issue