mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Unused preDemoRecord()
This commit is contained in:
parent
38554f7396
commit
731981dbb6
|
|
@ -97,7 +97,6 @@ function startDemoRecord()
|
|||
|
||||
ChatHud.AddLine( "\c4Recording to file [\c2" @ $DemoFileName @ "\cr].");
|
||||
|
||||
ServerConnection.prepDemoRecord();
|
||||
ServerConnection.startRecording($DemoFileName);
|
||||
|
||||
// make sure start worked
|
||||
|
|
|
|||
|
|
@ -97,7 +97,6 @@ function startDemoRecord()
|
|||
|
||||
ChatHud.AddLine( "\c4Recording to file [\c2" @ $DemoFileName @ "\cr].");
|
||||
|
||||
ServerConnection.prepDemoRecord();
|
||||
ServerConnection.startRecording($DemoFileName);
|
||||
|
||||
// make sure start worked
|
||||
|
|
|
|||
Loading…
Reference in a new issue