From 79558eed4f01faff905b0607a8240f39044eff8c Mon Sep 17 00:00:00 2001 From: CatChow0 Date: Sun, 29 Sep 2024 18:30:50 +0200 Subject: [PATCH] prout --- enginecustom/applicationclass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enginecustom/applicationclass.cpp b/enginecustom/applicationclass.cpp index 56720fa..bd12f77 100644 --- a/enginecustom/applicationclass.cpp +++ b/enginecustom/applicationclass.cpp @@ -1663,7 +1663,7 @@ void ApplicationClass::AddKobject(WCHAR* filepath) /// Liste des fichiers de texture std::vector kobjTexture = { - L"assets/Texture/moss01.png" + L"assets/Texture/marble01.png" };