mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
Oops, fix compilation issue in my latest commit
This commit is contained in:
parent
161c92ba7a
commit
2e41525198
@ -786,6 +786,9 @@ open_graphic_window(bool fullscreen) {
|
||||
_properties.set_size(640, 480);
|
||||
}
|
||||
|
||||
int x_size = _properties.get_x_size();
|
||||
int y_size = _properties.get_y_size();
|
||||
|
||||
int x_origin = 0;
|
||||
int y_origin = 0;
|
||||
if (!fullscreen && _properties.has_origin()) {
|
||||
@ -808,9 +811,6 @@ open_graphic_window(bool fullscreen) {
|
||||
}
|
||||
}
|
||||
|
||||
int x_size = _properties.get_x_size();
|
||||
int y_size = _properties.get_y_size();
|
||||
|
||||
int clientAreaWidth = x_size;
|
||||
int clientAreaHeight = y_size;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user