summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index cc6efd1..4fcb802 100644
--- a/src/main.c
+++ b/src/main.c
@@ -4,7 +4,7 @@
#define SCREEN_HEIGHT (450)
// Change this depending on the path of your executable relative to the assets folder
-#define ASSET_PATH "../assets/"
+#define ASSET_PATH "assets/"
int main(void)
{