mirror of https://github.com/zeldaret/botw.git
ksys/phys: Remove useless semicolon
This commit is contained in:
parent
b298ec2b28
commit
7fbd3a0e8d
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue