mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +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
|
|
@ -143,8 +143,7 @@ bool FlyingVehicleData::preload(bool server, String &errorStr)
|
|||
{
|
||||
if (!isFlyingSoundsValid(i))
|
||||
{
|
||||
Con::errorf(ConsoleLogEntry::General, "FlyingVehicleData::preload: Invalid FlyingSounds asset.");
|
||||
return false;
|
||||
//return false; -TODO: trigger asset download
|
||||
}
|
||||
}
|
||||
for (S32 j = 0; j < MaxJetEmitters; j++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue