mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
rigidshape and derivatives cleanups
dragforce for rigidshapes and children defaulted to a value it's own debuggers won't complain about out of the gate removed duplicate invalidation for flying vehicle sounds causing network instability removed redundant hovervehicle vars
This commit is contained in:
parent
5615cc33d8
commit
0f55389712
4 changed files with 3 additions and 9 deletions
|
|
@ -74,9 +74,6 @@ class HoverVehicleData : public VehicleData
|
|||
static const char *sJetNode[MaxJetNodes];
|
||||
S32 jetNode[MaxJetNodes];
|
||||
|
||||
|
||||
F32 dragForce;
|
||||
F32 vertFactor;
|
||||
F32 floatingThrustFactor;
|
||||
|
||||
F32 mainThrustForce;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue