summaryrefslogtreecommitdiffstats
path: root/src/animation/AnimBlendAssociation.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-05-09 01:51:40 +0200
committerSergeanur <s.anureev@yandex.ua>2020-05-09 01:51:40 +0200
commitd686f587ccf69e533bf95b8fa4e18db82d710890 (patch)
tree48b4429d0e167a0ff75cce8b63f5024b396408bb /src/animation/AnimBlendAssociation.h
parentFix corona scaling (diff)
parentMerge branch 'master' of github.com:GTAmodding/re3 (diff)
downloadre3-d686f587ccf69e533bf95b8fa4e18db82d710890.tar
re3-d686f587ccf69e533bf95b8fa4e18db82d710890.tar.gz
re3-d686f587ccf69e533bf95b8fa4e18db82d710890.tar.bz2
re3-d686f587ccf69e533bf95b8fa4e18db82d710890.tar.lz
re3-d686f587ccf69e533bf95b8fa4e18db82d710890.tar.xz
re3-d686f587ccf69e533bf95b8fa4e18db82d710890.tar.zst
re3-d686f587ccf69e533bf95b8fa4e18db82d710890.zip
Diffstat (limited to 'src/animation/AnimBlendAssociation.h')
-rw-r--r--src/animation/AnimBlendAssociation.h2
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; }