summaryrefslogtreecommitdiff
path: root/src/image.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.cpp')
-rw-r--r--src/image.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/image.cpp b/src/image.cpp
index f9fb1e2..177968a 100644
--- a/src/image.cpp
+++ b/src/image.cpp
@@ -40,6 +40,7 @@ FLD::image(const std::string &path)
}
images[path] = {
+ .path = path,
.ptr = tex,
.width = width,
.height = height