summaryrefslogtreecommitdiffstats
path: root/src/animation/RpAnimBlend.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2021-01-13 13:06:38 +0100
committeraap <aap@papnet.eu>2021-01-13 13:06:38 +0100
commit2804ad2363626958be7513014b9a302ea72768b6 (patch)
tree7b8dcfe41c57392b982df3e41f0762246dfd7646 /src/animation/RpAnimBlend.cpp
parentrename m_vehEnterType -> m_vehDoor (diff)
downloadre3-2804ad2363626958be7513014b9a302ea72768b6.tar
re3-2804ad2363626958be7513014b9a302ea72768b6.tar.gz
re3-2804ad2363626958be7513014b9a302ea72768b6.tar.bz2
re3-2804ad2363626958be7513014b9a302ea72768b6.tar.lz
re3-2804ad2363626958be7513014b9a302ea72768b6.tar.xz
re3-2804ad2363626958be7513014b9a302ea72768b6.tar.zst
re3-2804ad2363626958be7513014b9a302ea72768b6.zip
Diffstat (limited to 'src/animation/RpAnimBlend.cpp')
-rw-r--r--src/animation/RpAnimBlend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/RpAnimBlend.cpp b/src/animation/RpAnimBlend.cpp
index c4103dbf..9223d198 100644
--- a/src/animation/RpAnimBlend.cpp
+++ b/src/animation/RpAnimBlend.cpp
@@ -437,7 +437,7 @@ RpAnimBlendNodeUpdateKeyframes(AnimBlendFrameData *frames, AnimBlendFrameUpdateD
CAnimBlendAssociation *a = (*node)->association;
for(i = 0; i < numNodes; i++)
if((frames[i].flag & AnimBlendFrameData::VELOCITY_EXTRACTION) == 0 ||
- gpAnimBlendClump->velocity == nil){
+ gpAnimBlendClump->velocity2d == nil){
if((*node)[i].sequence)
(*node)[i].FindKeyFrame(a->currentTime - a->timeStep);
}