- 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

View file

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