mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Eliminate unnecessary uses of ConsoleFunction
This commit is contained in:
parent
6be736ff85
commit
2bbc716db6
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