Fix and remove probably wrong inline

This commit is contained in:
robojumper
2025-04-02 00:06:25 +02:00
parent fc89f2b34a
commit a4ff5b11f7
4 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -821,7 +821,7 @@ bool AnmGroupBase_c::bind(bool bDisable) {
return false;
}
nw4r::lyt::BindAnimation(mpGroup, anmTransform, false, b);
nw4r::lyt::BindAnimation(mpGroup, anmTransform, false, bDisable);
mFlags |= ANMGROUP_FLAG_BOUND;
if (bDisable) {
mFlags = (mFlags & ~ANMGROUP_FLAG_ENABLE);