Fix SubprocessWindow compile error

This commit is contained in:
rdb 2014-04-04 23:24:46 +00:00
parent 566feda34d
commit 6ddab65511

View File

@ -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) {