aboutsummaryrefslogtreecommitdiff
path: root/source/main.cpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-04-18 20:59:57 -0700
committerrtk0c <[email protected]>2022-04-18 20:59:57 -0700
commit07e8754e4d799e44678b595177e79e6eaa621268 (patch)
tree6d9d4470259776ef01e814191ba0440f83505933 /source/main.cpp
parent7f871b04470766f0f5266cf949b65a54b7a6f79e (diff)
Changeset: 11 Migrate Material to Ires
Diffstat (limited to 'source/main.cpp')
-rw-r--r--source/main.cpp3
1 files changed, 0 insertions, 3 deletions
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());