summaryrefslogtreecommitdiffstats
path: root/src/animation
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-05-09 01:55:32 +0200
committerSergeanur <s.anureev@yandex.ua>2020-05-09 01:56:53 +0200
commit4b8d6a3223c9eeaeebb979945553704987b3c625 (patch)
tree42ec648eaa09e35d68f8f13f4dfad277f8bd3946 /src/animation
parentanims streaming (diff)
parentMerge remote-tracking branch 'origin/master' (diff)
downloadre3-4b8d6a3223c9eeaeebb979945553704987b3c625.tar
re3-4b8d6a3223c9eeaeebb979945553704987b3c625.tar.gz
re3-4b8d6a3223c9eeaeebb979945553704987b3c625.tar.bz2
re3-4b8d6a3223c9eeaeebb979945553704987b3c625.tar.lz
re3-4b8d6a3223c9eeaeebb979945553704987b3c625.tar.xz
re3-4b8d6a3223c9eeaeebb979945553704987b3c625.tar.zst
re3-4b8d6a3223c9eeaeebb979945553704987b3c625.zip
Diffstat (limited to 'src/animation')
-rw-r--r--src/animation/AnimBlendAssociation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/animation/AnimBlendAssociation.cpp b/src/animation/AnimBlendAssociation.cpp
index 183cc2de..78f8eb95 100644
--- a/src/animation/AnimBlendAssociation.cpp
+++ b/src/animation/AnimBlendAssociation.cpp
@@ -159,6 +159,7 @@ CAnimBlendAssociation::Start(float time)
flags |= ASSOC_RUNNING;
SetCurrentTime(time);
}
+
bool
CAnimBlendAssociation::UpdateTime(float timeDelta, float relSpeed)
{