Re-enable double-buffering on map editor

This commit is contained in:
stevenhowes
2021-08-31 16:51:57 +01:00
parent b5ae8623c9
commit afe572da82
2 changed files with 2 additions and 2 deletions
Binary file not shown.
+2 -2
View File
@@ -594,8 +594,8 @@ int game2_tick()
lasttick = tick; lasttick = tick;
tick = clock(); tick = clock();
//screen_flipbuffer(); screen_flipbuffer();
screen_nobuffer();
if(1) if(1)
{ {
screen_clear(); screen_clear();