mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
PlatformSDL implementation.
This commit is contained in:
parent
21d58bb191
commit
aa35157eef
33 changed files with 3971 additions and 151 deletions
|
|
@ -460,7 +460,7 @@ bool StandardMainLoop::handleCommandLine( S32 argc, const char **argv )
|
|||
#endif
|
||||
success = str.open(defaultScriptName, Torque::FS::File::Read);
|
||||
|
||||
#if defined( TORQUE_DEBUG ) && defined (TORQUE_TOOLS) && !defined( _XBOX )
|
||||
#if defined( TORQUE_DEBUG ) && defined (TORQUE_TOOLS) && !defined(TORQUE_DEDICATED) && !defined( _XBOX )
|
||||
if (!success)
|
||||
{
|
||||
OpenFileDialog ofd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue