diff options
Diffstat (limited to 'source/EditorAttachmentImpl.hpp')
-rw-r--r-- | source/EditorAttachmentImpl.hpp | 7 |
1 files changed, 2 insertions, 5 deletions
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; }; |