Merge pull request #1919 from elfprince13/patch-1

Fixed StaticShape onUnmount
This commit is contained in:
Areloch 2017-01-07 02:09:25 -06:00 committed by GitHub
commit 2192191268

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