mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
display: Extra spam message about what window a flip is done for
This commit is contained in:
parent
5ceaf66079
commit
d98f966693
@ -1678,7 +1678,8 @@ draw_bins(const GraphicsEngine::Windows &wlist, Thread *current_thread) {
|
|||||||
if (host->flip_ready()) {
|
if (host->flip_ready()) {
|
||||||
if (display_cat.is_spam()) {
|
if (display_cat.is_spam()) {
|
||||||
display_cat.spam()
|
display_cat.spam()
|
||||||
<< "Flipping window " << win->get_name() << "\n";
|
<< "Flipping window " << host->get_name()
|
||||||
|
<< " before drawing window " << win->get_name() << "\n";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
// We can't use a PStatGPUTimer before begin_frame, so when using
|
// We can't use a PStatGPUTimer before begin_frame, so when using
|
||||||
|
Loading…
x
Reference in New Issue
Block a user