- disabled render events pending further discussion and evaluation.

This commit is contained in:
Christoph Oelckers 2017-02-15 12:27:50 +01:00
parent c8db1f151e
commit d8b8767ee9
1 changed files with 2 additions and 2 deletions

View File

@ -779,7 +779,7 @@ void D_Display ()
viewwindowx + viewwidth, viewwindowy + viewheight);
// [ZZ] execute event hook that we just started the frame
E_RenderFrame();
//E_RenderFrame();
//
Renderer->RenderView(&players[consoleplayer]);
@ -900,7 +900,7 @@ void D_Display ()
NetUpdate (); // send out any new accumulation
// normal update
// draw ZScript UI stuff
E_RenderOverlay();
//E_RenderOverlay();
C_DrawConsole (hw2d); // draw console
M_Drawer (); // menu is drawn even on top of everything
FStat::PrintStat ();