From 2b57b3d884dd42e5faeb8399972ef5e9dc75a840 Mon Sep 17 00:00:00 2001 From: Luca Sas Date: Mon, 14 Sep 2020 11:25:35 +0100 Subject: Update main.c --- src/main.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') 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 +} -- cgit v1.2.3