fixed simple draw_cursor
[retroray] / src / app.c
index 8676218..6f7e250 100644 (file)
--- a/src/app.c
+++ b/src/app.c
@@ -154,8 +154,6 @@ void app_display(void)
        time_msec = app_getmsec();
 
        cur_scr->display();
-
-       app_swap_buffers();
 }
 
 void app_reshape(int x, int y)