summaryrefslogtreecommitdiff
path: root/src/image.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.cpp')
-rw-r--r--src/image.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/image.cpp b/src/image.cpp
index 6f87eda..1fa551e 100644
--- a/src/image.cpp
+++ b/src/image.cpp
@@ -1,7 +1,7 @@
#include "image.h"
#include "definitions.h"
#include "../imfiledialog/ImFileDialog.h"
-
+#include "logging.h"
#define STB_IMAGE_IMPLEMENTATION
#include "../stb_image.h"
@@ -88,4 +88,5 @@ void ts_load_images() {
GLuint texID = (GLuint)(intptr_t)tex;
glDeleteTextures(1, &texID);
};
+ TS_LOG_TRACE("Loaded images");
} \ No newline at end of file