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

This commit is contained in:
AzaezelX 2020-10-02 14:44:43 -05:00
parent 321c25a401
commit 3a67ddd34c

View file

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