mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-26 15:49:30 +00:00
more VS2012 L4 warning fixes
This commit is contained in:
parent
502e346eb6
commit
2844ab6912
20 changed files with 30 additions and 8 deletions
|
|
@ -303,6 +303,7 @@ void SFXWorld< NUM_DIMENSIONS, Object >::update()
|
|||
else
|
||||
{
|
||||
SFXAmbience* ambience = Deref( scope.mObject ).getAmbience();
|
||||
TORQUE_UNUSED(ambience);
|
||||
AssertFatal( ambience != NULL, "SFXWorld::update() - object on stack that does not have an ambient space!" );
|
||||
|
||||
// Listener is neither inside object nor in its
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue