summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index 4fcb802..b8065bd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -3,9 +3,6 @@
#define SCREEN_WIDTH (800)
#define SCREEN_HEIGHT (450)
-// Change this depending on the path of your executable relative to the assets folder
-#define ASSET_PATH "assets/"
-
int main(void)
{
// Initialization
@@ -47,4 +44,4 @@ int main(void)
CloseWindow(); // Close window and OpenGL context
return 0;
-} \ No newline at end of file
+}