From 780b95fba7cd9e7252f363ccf419a9e8027375dd Mon Sep 17 00:00:00 2001 From: Antoine Pilote Date: Wed, 4 Sep 2024 21:02:58 -0400 Subject: [PATCH] Removed line --- Nuake/src/Resource/ResourceLoader.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Nuake/src/Resource/ResourceLoader.h b/Nuake/src/Resource/ResourceLoader.h index e5304960..e8f74c05 100644 --- a/Nuake/src/Resource/ResourceLoader.h +++ b/Nuake/src/Resource/ResourceLoader.h @@ -21,7 +21,6 @@ namespace Nuake static Ref LoadMaterial(const std::string& path); static Ref LoadModel(const std::string& path); - static Ref LoadTexture(const std::string& path); private: static UUID ReadUUID(json j);