From 9d8378784deb96721d94e08ff957cf595ce4dd83 Mon Sep 17 00:00:00 2001 From: Marc-Eric Martel <1205697@etu.cegepsth.qc.ca> Date: Mon, 27 Sep 2021 11:32:10 -0400 Subject: [PATCH] Correction du path des textures --- SQCSim2021/define.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQCSim2021/define.h b/SQCSim2021/define.h index 1b1f83c..bf5eacd 100644 --- a/SQCSim2021/define.h +++ b/SQCSim2021/define.h @@ -19,7 +19,7 @@ enum BlockType {BTYPE_AIR, BTYPE_DIRT, BTYPE_GRASS}; -#define TEXTURE_PATH "../mcclone/media/textures/" +#define TEXTURE_PATH "../SQCSim2021/media/textures/" #define VIEW_DISTANCE 128 #endif // DEFINE_H__