fix export of animation properties

This commit is contained in:
Brad Hefta-Gaub 2016-04-08 14:38:41 -07:00
parent b87e8220c4
commit f1f8fd8a24

View file

@ -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 {