mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
fix debugging message accidentally left in
This commit is contained in:
parent
d81fef3ae1
commit
39e520268d
@ -444,7 +444,8 @@ make_output(GraphicsPipe *pipe,
|
||||
} else {
|
||||
display_cat.info()
|
||||
<< window->get_type() << " wouldn't open; abandoning.\n";
|
||||
cerr << window->get_fb_properties() << "\n";
|
||||
display_cat.debug(false)
|
||||
<< " requested: " << fb_prop << "\n";
|
||||
}
|
||||
|
||||
// No good; delete the window and keep trying.
|
||||
|
Loading…
x
Reference in New Issue
Block a user