mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
remove debug output
This commit is contained in:
parent
900c67b409
commit
7852b4291d
@ -162,9 +162,6 @@ open_window(const WindowProperties &props, GraphicsEngine *engine,
|
|||||||
FrameBufferProperties::get_default(),
|
FrameBufferProperties::get_default(),
|
||||||
props, GraphicsPipe::BF_require_window,
|
props, GraphicsPipe::BF_require_window,
|
||||||
gsg, NULL);
|
gsg, NULL);
|
||||||
framework_cat.info()
|
|
||||||
<< "winout = " << winout << "\n";
|
|
||||||
|
|
||||||
if (winout != (GraphicsOutput *)NULL) {
|
if (winout != (GraphicsOutput *)NULL) {
|
||||||
_window = DCAST(GraphicsWindow, winout);
|
_window = DCAST(GraphicsWindow, winout);
|
||||||
_window->request_properties(props);
|
_window->request_properties(props);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user