mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Fix SubprocessWindow compile error
This commit is contained in:
parent
566feda34d
commit
6ddab65511
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user