Removed line

This commit is contained in:
Antoine Pilote
2024-09-04 21:02:58 -04:00
parent a2f28c4c86
commit 780b95fba7

View File

@@ -21,7 +21,6 @@ namespace Nuake
static Ref<Material> LoadMaterial(const std::string& path);
static Ref<Model> LoadModel(const std::string& path);
static Ref<Texture> LoadTexture(const std::string& path);
private:
static UUID ReadUUID(json j);