mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -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 {
|
} else {
|
||||||
display_cat.info()
|
display_cat.info()
|
||||||
<< window->get_type() << " wouldn't open; abandoning.\n";
|
<< 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.
|
// No good; delete the window and keep trying.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user