From 6ddab655114c2063614e35737e86378235ab4bcc Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 4 Apr 2014 23:24:46 +0000 Subject: [PATCH] Fix SubprocessWindow compile error --- panda/src/display/subprocessWindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/display/subprocessWindow.cxx b/panda/src/display/subprocessWindow.cxx index 07daf5090e..ebac3ca3c0 100644 --- a/panda/src/display/subprocessWindow.cxx +++ b/panda/src/display/subprocessWindow.cxx @@ -191,7 +191,7 @@ begin_flip() { _buffer->get_fb_properties()); bool copied = - _gsg->framebuffer_copy_to_ram(_texture, -1, + _gsg->framebuffer_copy_to_ram(_texture, 0, -1, _overlay_display_region, buffer); if (copied) {