try to change to working directory on startup so assets can be found

This commit is contained in:
Sven Balzer
2025-09-29 06:24:58 +02:00
parent c3c0f8adf7
commit 5a77a4aacb
4 changed files with 48 additions and 1 deletions
+1
View File
@@ -60,6 +60,7 @@ add_executable(mikemon
src/log.cpp
src/smol-atlas.cpp
src/math_graphics.cpp
src/change_directory.c
src/shaders/shaders.c
src/main.cpp
)