fixed a typo from upstream

This commit is contained in:
Thomas "elfprince13" Dickerson 2017-01-06 23:03:49 -05:00
parent eed9c1c511
commit dc73228ccf

View file

@ -240,7 +240,7 @@ void StaticShape::setTransform(const MatrixF& mat)
setMaskBits(PositionMask); setMaskBits(PositionMask);
} }
void StaticShape::onUnmount(ShapeBase*,S32) void StaticShape::onUnmount(SceneObject*,S32)
{ {
// Make sure the client get's the final server pos. // Make sure the client get's the final server pos.
setMaskBits(PositionMask); setMaskBits(PositionMask);