mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
whoops, forgot to remove debug output
This commit is contained in:
parent
3db2e1a13d
commit
dad8b88c62
@ -1002,7 +1002,6 @@ open_graphic_window(bool fullscreen) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!_hparent) { // This can be a regular window or a fullscreen window
|
if (!_hparent) { // This can be a regular window or a fullscreen window
|
||||||
cerr << "wclass is " << wclass._name << ", title is + " << title << "\n";
|
|
||||||
_hWnd = CreateWindowW(wclass._name.c_str(), title.c_str(), window_style,
|
_hWnd = CreateWindowW(wclass._name.c_str(), title.c_str(), window_style,
|
||||||
metrics.x, metrics.y,
|
metrics.x, metrics.y,
|
||||||
metrics.width,
|
metrics.width,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user