diff options
author | aap <aap@papnet.eu> | 2020-05-08 20:58:40 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-08 20:58:40 +0200 |
commit | f12e76fa135db3ca0a98c441cc3f5c0a4a14549d (patch) | |
tree | 29774d79de544892972dd8b1e31b5404353dd1ca /src/animation/AnimBlendAssociation.h | |
parent | small fixes (diff) | |
download | re3-f12e76fa135db3ca0a98c441cc3f5c0a4a14549d.tar re3-f12e76fa135db3ca0a98c441cc3f5c0a4a14549d.tar.gz re3-f12e76fa135db3ca0a98c441cc3f5c0a4a14549d.tar.bz2 re3-f12e76fa135db3ca0a98c441cc3f5c0a4a14549d.tar.lz re3-f12e76fa135db3ca0a98c441cc3f5c0a4a14549d.tar.xz re3-f12e76fa135db3ca0a98c441cc3f5c0a4a14549d.tar.zst re3-f12e76fa135db3ca0a98c441cc3f5c0a4a14549d.zip |
Diffstat (limited to '')
-rw-r--r-- | src/animation/AnimBlendAssociation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/AnimBlendAssociation.h b/src/animation/AnimBlendAssociation.h index d35db1db..f5070cda 100644 --- a/src/animation/AnimBlendAssociation.h +++ b/src/animation/AnimBlendAssociation.h @@ -75,7 +75,7 @@ public: void SetCurrentTime(float time); void SyncAnimation(CAnimBlendAssociation *other); void Start(float time); - void UpdateTime(float timeDelta, float relSpeed); + bool UpdateTime(float timeDelta, float relSpeed); bool UpdateBlend(float timeDelta); void SetRun(void) { flags |= ASSOC_RUNNING; } |