Merge pull request #1808 from Azaezel/consistentCallbacks1

clang: consistent callbacks
This commit is contained in:
Areloch 2016-10-24 01:25:09 -05:00 committed by GitHub
commit e8aff85322
10 changed files with 18 additions and 18 deletions

View file

@ -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);