From f55fc7f336ee34f0510a335b784427015c24db60 Mon Sep 17 00:00:00 2001 From: Thomas Dickerson Date: Fri, 6 Jan 2017 22:57:08 -0500 Subject: [PATCH] Fixed StaticShape onUnmount Somebody made a typo and didn't test if it compiled before committing... --- Engine/source/T3D/staticShape.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/source/T3D/staticShape.cpp b/Engine/source/T3D/staticShape.cpp index 1ffd5436c..c48a96aa1 100644 --- a/Engine/source/T3D/staticShape.cpp +++ b/Engine/source/T3D/staticShape.cpp @@ -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);