mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Unused preDemoRecord()
This commit is contained in:
parent
38554f7396
commit
731981dbb6
2 changed files with 0 additions and 2 deletions
|
|
@ -97,7 +97,6 @@ function startDemoRecord()
|
||||||
|
|
||||||
ChatHud.AddLine( "\c4Recording to file [\c2" @ $DemoFileName @ "\cr].");
|
ChatHud.AddLine( "\c4Recording to file [\c2" @ $DemoFileName @ "\cr].");
|
||||||
|
|
||||||
ServerConnection.prepDemoRecord();
|
|
||||||
ServerConnection.startRecording($DemoFileName);
|
ServerConnection.startRecording($DemoFileName);
|
||||||
|
|
||||||
// make sure start worked
|
// make sure start worked
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,6 @@ function startDemoRecord()
|
||||||
|
|
||||||
ChatHud.AddLine( "\c4Recording to file [\c2" @ $DemoFileName @ "\cr].");
|
ChatHud.AddLine( "\c4Recording to file [\c2" @ $DemoFileName @ "\cr].");
|
||||||
|
|
||||||
ServerConnection.prepDemoRecord();
|
|
||||||
ServerConnection.startRecording($DemoFileName);
|
ServerConnection.startRecording($DemoFileName);
|
||||||
|
|
||||||
// make sure start worked
|
// make sure start worked
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue