mirror of
https://github.com/zeldaret/botw
synced 2026-05-23 15:01:35 -04:00
ksys/phys: Remove useless semicolon
This commit is contained in:
@@ -485,7 +485,7 @@ bool RigidBodyMotion::registerAccessor(RigidBodyMotionProxy* accessor) {
|
||||
list.appendWithFormat(", ");
|
||||
list.appendWithFormat("%s:%s", mLinkedAccessors[i]->getBody()->getName(),
|
||||
mLinkedAccessors[i]->getBody()->getHkBodyName().cstr());
|
||||
};
|
||||
}
|
||||
util::PrintDebugFmt("failed to register accessor. existing list: %s", list);
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user