mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
fix playJournal instruction in comments
This commit is contained in:
parent
bba604a043
commit
ca37e9f84e
|
|
@ -57,7 +57,7 @@ $displayHelp = false;
|
|||
|
||||
// Use these to record and play back crashes
|
||||
//saveJournal("editorOnFileQuitCrash.jrn");
|
||||
//playJournal("editorOnFileQuitCrash.jrn", false);
|
||||
//playJournal("editorOnFileQuitCrash.jrn");
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Check if a script file exists, compiled or not.
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ $displayHelp = false;
|
|||
|
||||
// Use these to record and play back crashes
|
||||
//saveJournal("editorOnFileQuitCrash.jrn");
|
||||
//playJournal("editorOnFileQuitCrash.jrn", false);
|
||||
//playJournal("editorOnFileQuitCrash.jrn");
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Check if a script file exists, compiled or not.
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ $displayHelp = false;
|
|||
|
||||
// Use these to record and play back crashes
|
||||
//saveJournal("editorOnFileQuitCrash.jrn");
|
||||
//playJournal("editorOnFileQuitCrash.jrn", false);
|
||||
//playJournal("editorOnFileQuitCrash.jrn");
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Check if a script file exists, compiled or not.
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ $displayHelp = false;
|
|||
|
||||
// Use these to record and play back crashes
|
||||
//saveJournal("editorOnFileQuitCrash.jrn");
|
||||
//playJournal("editorOnFileQuitCrash.jrn", false);
|
||||
//playJournal("editorOnFileQuitCrash.jrn");
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Check if a script file exists, compiled or not.
|
||||
|
|
|
|||
Loading…
Reference in a new issue