mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Merge pull request #1808 from Azaezel/consistentCallbacks1
clang: consistent callbacks
This commit is contained in:
commit
e8aff85322
10 changed files with 18 additions and 18 deletions
|
|
@ -240,7 +240,7 @@ void StaticShape::setTransform(const MatrixF& mat)
|
|||
setMaskBits(PositionMask);
|
||||
}
|
||||
|
||||
void StaticShape::onUnmount(ShapeBase*,S32)
|
||||
void StaticShape::onUnmount(SceneObject*,S32)
|
||||
{
|
||||
// Make sure the client get's the final server pos.
|
||||
setMaskBits(PositionMask);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue