- stripped out the entire software 2D renderer and moved all 2D drawing functions to DFrameBuffer so that they cannot be used with software DSimpleCanvas anymore.

This commit is contained in:
Christoph Oelckers 2018-03-26 23:16:27 +02:00
commit d650e37497
10 changed files with 280 additions and 762 deletions

View file

@ -833,7 +833,7 @@ void D_Display ()
}
if (!automapactive || viewactive)
{
V_RefreshViewBorder ();
screen->RefreshViewBorder ();
}
// for timing the statusbar code.