Removed the troublesome components

This commit is contained in:
2023-02-18 11:27:20 -08:00
parent ff706410c0
commit 87733d6299
5 changed files with 2 additions and 24 deletions

View File

@ -5,7 +5,6 @@
#pragma once
#include "display/shader/Shader.hpp"
#include "scene/components/Components.hpp"
namespace Dawn {
class SimpleTexturedShaderProgram : public ShaderProgram {