mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-26 01:53:47 +00:00
Eliminate unnecessary uses of ConsoleFunction
This commit is contained in:
parent
cdfd4f9735
commit
00758d380f
12 changed files with 103 additions and 158 deletions
|
|
@ -992,7 +992,7 @@ public:
|
|||
|
||||
static GFXGLRegisterDevice pGLRegisterDevice;
|
||||
|
||||
ConsoleFunction(cycleResources, void, 1, 1, "")
|
||||
DefineEngineFunction(cycleResources, void, (),, "")
|
||||
{
|
||||
static_cast<GFXGLDevice*>(GFX)->zombify();
|
||||
static_cast<GFXGLDevice*>(GFX)->resurrect();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue