Skip to content

Commit

Permalink
un-inline ragdoll.cpp for #209
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Jun 8, 2021
1 parent cc0b15e commit 678752f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/model/ragdoll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ void ragdolldata::constraindist()
}
}

inline void ragdolldata::applyrotlimit(ragdollskel::tri &t1, ragdollskel::tri &t2, float angle, const vec &axis)
void ragdolldata::applyrotlimit(ragdollskel::tri &t1, ragdollskel::tri &t2, float angle, const vec &axis)
{
vert &v1a = verts[t1.vert[0]],
&v1b = verts[t1.vert[1]],
Expand Down

0 comments on commit 678752f

Please sign in to comment.