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/AnimBlendNode.cpp | |
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/AnimBlendNode.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/animation/AnimBlendNode.cpp b/src/animation/AnimBlendNode.cpp index 193e9176..df6cd1d5 100644 --- a/src/animation/AnimBlendNode.cpp +++ b/src/animation/AnimBlendNode.cpp @@ -6,8 +6,8 @@ void CAnimBlendNode::Init(void) { - frameA = 0; - frameB = 0; + frameA = -1; + frameB = -1; remainingTime = 0.0f; sequence = nil; association = nil; |