From 17d5b091c9b2901ac96f5eee0da6af07228ae690 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sun, 10 Apr 2022 23:00:36 -0700 Subject: Changeset: 5 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