浏览代码

Fixed StaticShape onUnmount

Somebody made a typo and didn't test if it compiled before committing...
Thomas Dickerson 8 年之前
父节点
当前提交
f55fc7f336
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Engine/source/T3D/staticShape.cpp

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