From 67affc75a4824dfd8675cc5455d9ee71b1583c1c Mon Sep 17 00:00:00 2001 From: hnOsmium0001 Date: Sun, 10 Apr 2022 22:42:14 -0700 Subject: Add shader and corresponding editor components --- source/EditorAttachmentImpl.hpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'source/EditorAttachmentImpl.hpp') diff --git a/source/EditorAttachmentImpl.hpp b/source/EditorAttachmentImpl.hpp index 7763a8f..32618b1 100644 --- a/source/EditorAttachmentImpl.hpp +++ b/source/EditorAttachmentImpl.hpp @@ -1,7 +1,6 @@ #pragma once #include "EditorAttachment.hpp" -#include "EditorInspector.hpp" #include "GameObject.hpp" #include "Player.hpp" @@ -20,10 +19,8 @@ class EaLevelWrapper : public EditorAttachment { public: }; -class EaShader : public EditorAttachment, public IEditorInspectorTarget { +class EaShader : public EditorAttachment { public: Shader* shader; - -public: - void ShowInspector() override; + std::string name; }; -- cgit v1.2.3-70-g09d2