summaryrefslogtreecommitdiff
path: root/src/image.cpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-03-17 15:04:35 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-03-17 15:04:35 +0100
commit95e06b2f6d87b597a52029dbfa9896f4bd8ca74b (patch)
tree250078f1044844a8cfe64592a9181fa0587317ae /src/image.cpp
parent7105b39ca10394723e888161d586461e9e2b1984 (diff)
logging
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