mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
changed create display from info to debug
This commit is contained in:
parent
10a75f3057
commit
e6bb7ce91a
@ -1201,7 +1201,8 @@ do_add_window(GraphicsOutput *window, GraphicsStateGuardian *gsg,
|
|||||||
// now, we assume this is the app thread.
|
// now, we assume this is the app thread.
|
||||||
_app.add_window(_app._window, window);
|
_app.add_window(_app._window, window);
|
||||||
|
|
||||||
display_cat.info()
|
// This was info(), but that is spammy now with the ParisiteBuffer.
|
||||||
|
display_cat.debug()
|
||||||
<< "Created " << window->get_type() << " " << (void *)window << "\n";
|
<< "Created " << window->get_type() << " " << (void *)window << "\n";
|
||||||
|
|
||||||
// By default, try to open each window as it is added.
|
// By default, try to open each window as it is added.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user