Merge branch 'method_Unmangle' into PBR_PR

This commit is contained in:
Azaezel 2018-12-12 14:54:22 -06:00
commit 8e534dd0c9
636 changed files with 3939 additions and 3454 deletions

View file

@ -998,7 +998,7 @@ public:
static GFXGLRegisterDevice pGLRegisterDevice;
ConsoleFunction(cycleResources, void, 1, 1, "")
DefineEngineFunction(cycleResources, void, (),, "")
{
static_cast<GFXGLDevice*>(GFX)->zombify();
static_cast<GFXGLDevice*>(GFX)->resurrect();

View file

@ -86,7 +86,7 @@ protected:
GFXProfiler<GLTimer> gfxProfiler;
DefineConsoleFunction(printGFXGLTimers, void,(), ,"")
DefineEngineFunction(printGFXGLTimers, void,(), ,"")
{
gfxProfiler.printTimes();
}