mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 07:20:40 +00:00
Eliminate DefineConsoleFunction
This commit is contained in:
parent
bc1b506205
commit
e718841467
55 changed files with 314 additions and 332 deletions
|
|
@ -86,7 +86,7 @@ protected:
|
|||
|
||||
GFXProfiler<GLTimer> gfxProfiler;
|
||||
|
||||
DefineConsoleFunction(printGFXGLTimers, void,(), ,"")
|
||||
DefineEngineFunction(printGFXGLTimers, void,(), ,"")
|
||||
{
|
||||
gfxProfiler.printTimes();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue