From afcac59c7d04f4337d6b04ebed8cac7e871ccc50 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Fri, 15 Apr 2022 20:30:39 -0700 Subject: Changeset: 7 Work on Material system --- source/EditorAttachmentImpl.hpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'source/EditorAttachmentImpl.hpp') diff --git a/source/EditorAttachmentImpl.hpp b/source/EditorAttachmentImpl.hpp index 32618b1..cb96348 100644 --- a/source/EditorAttachmentImpl.hpp +++ b/source/EditorAttachmentImpl.hpp @@ -22,5 +22,10 @@ public: class EaShader : public EditorAttachment { public: Shader* shader; - std::string name; +}; + +class EaMaterial : public EditorAttachment { +public: + std::string editingScratch; + bool isEditingName = false; }; -- cgit v1.2.3-70-g09d2