From 2a5234a512c19582d261a7ccb692fc634dcb74f0 Mon Sep 17 00:00:00 2001 From: hnOsmium0001 Date: Mon, 18 Apr 2022 20:59:57 -0700 Subject: Migrate Material to Ires --- source/main.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/main.cpp') diff --git a/source/main.cpp b/source/main.cpp index 3d02f8d..dc644ba 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -3,7 +3,6 @@ #include "AppConfig.hpp" #include "EditorNotification.hpp" #include "Ires.hpp" -#include "Material.hpp" #include "Mesh.hpp" #include "Shader.hpp" @@ -172,11 +171,9 @@ int main(int argc, char* argv[]) { } ShaderManager::instance = new ShaderManager(); - MaterialManager::instance = new MaterialManager(); IresManager::instance = new IresManager(); ShaderManager::instance->DiscoverShaders(); - MaterialManager::instance->DiscoverMaterials(); IresManager::instance->DiscoverFilesDesignatedLocation(); gVformatStandard.Attach(new VertexFormat()); -- cgit v1.2.3-70-g09d2