From 98fb2cbffee9d80cd1b87e8ebd0981362ad2370d Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Fri, 14 Feb 2014 17:29:10 +0100 Subject: [PATCH] Add image debug output --- src/ui/HUD.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/HUD.cc b/src/ui/HUD.cc index 453ec68e4..a47117ec6 100644 --- a/src/ui/HUD.cc +++ b/src/ui/HUD.cc @@ -1377,6 +1377,7 @@ void HUD::copyImage() if (u) { this->glImage = u->getImage(); + qDebug() << "IMG:" << &this->glImage; // Save to directory if logging is enabled if (imageLoggingEnabled) -- 2.22.0