aboutsummaryrefslogtreecommitdiff
path: root/source/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/main.cpp')
-rw-r--r--source/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/main.cpp b/source/main.cpp
index dc644ba..b166754 100644
--- a/source/main.cpp
+++ b/source/main.cpp
@@ -4,7 +4,6 @@
#include "EditorNotification.hpp"
#include "Ires.hpp"
#include "Mesh.hpp"
-#include "Shader.hpp"
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
@@ -170,10 +169,7 @@ int main(int argc, char* argv[]) {
ImGui_ImplOpenGL2_Init();
}
- ShaderManager::instance = new ShaderManager();
IresManager::instance = new IresManager();
-
- ShaderManager::instance->DiscoverShaders();
IresManager::instance->DiscoverFilesDesignatedLocation();
gVformatStandard.Attach(new VertexFormat());