summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-11-08 12:35:07 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-11-08 12:35:07 (GMT)
commitc983de144d180bc094467aba6e51ad068b0e22cd (patch)
tree4c33e16d1884fdd7b96a396aa1ec3a46d878b9a4 /src/main.c
parentbc2b5e794559867ac449fe53c23e8a6398c39258 (diff)
downloadpowder-c983de144d180bc094467aba6e51ad068b0e22cd.zip
powder-c983de144d180bc094467aba6e51ad068b0e22cd.tar.gz
Cursor in ZooM
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);