Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
VReaperV committed Jan 7, 2025
1 parent 99c6824 commit dc61fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/renderer/tr_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2155,11 +2155,11 @@ void R_AddEntitySurfaces()
ent->e.lerp2, ent->e.clearOrigin2 );
RE_BlendSkeleton( &ent->e.skeleton, &skel, ent->e.blendLerp );
}
R_TransformSkeleton( &ent->e.skeleton, ent->e.scale );

for ( const BoneMod& boneMod : ent->e.boneMods ) {
QuatMultiply2( ent->e.skeleton.bones[boneMod.index].t.rot, boneMod.rotation );
}
R_TransformSkeleton( &ent->e.skeleton, ent->e.scale );
R_AddIQMSurfaces( ent );
break;
}
Expand Down

0 comments on commit dc61fec

Please sign in to comment.