We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a2eb3 commit 72b2d17Copy full SHA for 72b2d17
src/engine/renderer/EntityCache.cpp
@@ -114,6 +114,7 @@ static void BuildSkeleton( trRefEntity_t* ent ) {
114
115
for ( const BoneMod& boneMod : ent->e.boneMods ) {
116
if ( boneMod.type == BONE_ROTATE ) {
117
+ VectorAdd( skeleton2->bones[boneMod.index].t.trans, boneMod.translation, skeleton2->bones[boneMod.index].t.trans );
118
QuatMultiply2( skeleton2->bones[boneMod.index].t.rot, boneMod.rotation );
119
}
120
0 commit comments