Fixed StaticShape onUnmount

Somebody made a typo and didn't test if it compiled before committing...
This commit is contained in:
Thomas Dickerson 2017-01-06 22:57:08 -05:00 committed by GitHub
parent 55b7a8431c
commit f55fc7f336

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