Browse Source

so ok, looks like there's *still* wonkiness with processtick runing through from vehicle to rigidshape. we'll have to review that at a later date. mean time, explicitly specifying shapebase so folks can proceede with thier project requests

AzaezelX 5 năm trước cách đây
mục cha
commit
3a67ddd34c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Engine/source/T3D/vehicles/vehicle.cpp

+ 1 - 1
Engine/source/T3D/vehicles/vehicle.cpp

@@ -770,7 +770,7 @@ void Vehicle::processTick(const Move* move)
 {
    PROFILE_SCOPE( Vehicle_ProcessTick );
 
-   Parent::processTick(move);
+   ShapeBase::processTick(move);
    if ( isMounted() )
       return;