2
0
Эх сурвалжийг харах

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 жил өмнө
parent
commit
3a67ddd34c

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