mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
Window fix
This commit is contained in:
parent
f1e0e5b07b
commit
ee47d35695
@ -669,7 +669,7 @@ open_window() {
|
||||
if (!_properties.has_parent_window()) {
|
||||
root_window = egl_pipe->get_root();
|
||||
} else {
|
||||
root_window = (Window) (int) _properties.get_parent_window();
|
||||
root_window = (Window) _properties.get_parent_window();
|
||||
}
|
||||
|
||||
setup_colormap(visual_info);
|
||||
|
Loading…
x
Reference in New Issue
Block a user