mirror of
https://github.com/stevenhowes/CTheEscape.git
synced 2026-05-27 00:03:27 +01:00
Re-enable double-buffering on map editor
This commit is contained in:
Binary file not shown.
+2
-2
@@ -594,8 +594,8 @@ int game2_tick()
|
||||
lasttick = tick;
|
||||
tick = clock();
|
||||
|
||||
//screen_flipbuffer();
|
||||
screen_nobuffer();
|
||||
screen_flipbuffer();
|
||||
|
||||
if(1)
|
||||
{
|
||||
screen_clear();
|
||||
|
||||
Reference in New Issue
Block a user