diff options
author | Fire-Head <Fire-Head@users.noreply.github.com> | 2021-01-13 18:18:26 +0100 |
---|---|---|
committer | Fire-Head <Fire-Head@users.noreply.github.com> | 2021-01-13 18:18:26 +0100 |
commit | d63e3f155995f2b82cee1f19bcf5c0f00bda491a (patch) | |
tree | fadc7c4d71f54a2c6a2add1efb1b741b6f9775d5 /src/animation/AnimBlendClumpData.cpp | |
parent | Merge branch 'lcs' of https://github.com/GTAmodding/re3 into lcs (diff) | |
parent | remove scriptspath from premake (diff) | |
download | re3-d63e3f155995f2b82cee1f19bcf5c0f00bda491a.tar re3-d63e3f155995f2b82cee1f19bcf5c0f00bda491a.tar.gz re3-d63e3f155995f2b82cee1f19bcf5c0f00bda491a.tar.bz2 re3-d63e3f155995f2b82cee1f19bcf5c0f00bda491a.tar.lz re3-d63e3f155995f2b82cee1f19bcf5c0f00bda491a.tar.xz re3-d63e3f155995f2b82cee1f19bcf5c0f00bda491a.tar.zst re3-d63e3f155995f2b82cee1f19bcf5c0f00bda491a.zip |
Diffstat (limited to 'src/animation/AnimBlendClumpData.cpp')
-rw-r--r-- | src/animation/AnimBlendClumpData.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/AnimBlendClumpData.cpp b/src/animation/AnimBlendClumpData.cpp index 4e8f3153..620c2229 100644 --- a/src/animation/AnimBlendClumpData.cpp +++ b/src/animation/AnimBlendClumpData.cpp @@ -8,7 +8,7 @@ CAnimBlendClumpData::CAnimBlendClumpData(void) { numFrames = 0; - velocity = nil; + velocity2d = nil; frames = nil; link.Init(); } |