mirror of
https://github.com/zeldaret/ss
synced 2026-07-09 22:21:32 -04:00
Fix and remove probably wrong inline
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user