Explorar el Código

Merge pull request #1919 from elfprince13/patch-1

Fixed StaticShape onUnmount
Areloch hace 8 años
padre
commit
2192191268
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);