Sfoglia il codice sorgente

Merge pull request #1919 from elfprince13/patch-1

Fixed StaticShape onUnmount
Areloch 8 anni fa
parent
commit
2192191268
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);