summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 57760d7..59ae8bc 100644
--- a/src/main.c
+++ b/src/main.c
@@ -3399,7 +3399,9 @@ int main(int argc, char *argv[])
mousex = mx/sdl_scale;
mousey = my/sdl_scale;
}
-
+#ifdef OGLR
+ draw_parts_fbo();
+#endif
if (zoom_en)
render_zoom(vid_buf);