Browse Source

Fix SubprocessWindow compile error

rdb 11 years ago
parent
commit
6ddab65511
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/display/subprocessWindow.cxx

+ 1 - 1
panda/src/display/subprocessWindow.cxx

@@ -191,7 +191,7 @@ begin_flip() {
                                    _buffer->get_fb_properties());
                                    _buffer->get_fb_properties());
 
 
   bool copied = 
   bool copied = 
-    _gsg->framebuffer_copy_to_ram(_texture, -1,
+    _gsg->framebuffer_copy_to_ram(_texture, 0, -1,
                                   _overlay_display_region, buffer);
                                   _overlay_display_region, buffer);
 
 
   if (copied) {
   if (copied) {