Mac GL transitions fix #3 (alpha debug info)

This commit is contained in:
Mark Watkins 2011-12-21 13:15:04 +10:00
parent 45cb2f39f2
commit 8242fbab6e

View File

@ -2457,6 +2457,10 @@ void gGraphView::fadeIn(bool dir)
}
m_inAnimation=false;
current_day_snapshot=renderPixmap(width(),height(),false);
qDebug() << current_day_snapshot.depth() << "bit image depth";
if (current_day_snapshot.hasAlpha()){
qDebug() << "Snapshots are not storing alpha channel needed for texture blending";
}
m_inAnimation=true;
m_animationStarted.start();