Commit 98fb2cbf authored by Lorenz Meier's avatar Lorenz Meier

Add image debug output

parent 6dd9fedf
...@@ -1377,6 +1377,7 @@ void HUD::copyImage() ...@@ -1377,6 +1377,7 @@ void HUD::copyImage()
if (u) if (u)
{ {
this->glImage = u->getImage(); this->glImage = u->getImage();
qDebug() << "IMG:" << &this->glImage;
// Save to directory if logging is enabled // Save to directory if logging is enabled
if (imageLoggingEnabled) if (imageLoggingEnabled)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment