aboutsummaryrefslogtreecommitdiff
path: root/source/EditorCore.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-04-18 20:59:57 -0700
committerrtk0c <[email protected]>2022-04-18 20:59:57 -0700
commit07e8754e4d799e44678b595177e79e6eaa621268 (patch)
tree6d9d4470259776ef01e814191ba0440f83505933 /source/EditorCore.hpp
parent7f871b04470766f0f5266cf949b65a54b7a6f79e (diff)
Changeset: 11 Migrate Material to Ires
Diffstat (limited to 'source/EditorCore.hpp')
-rw-r--r--source/EditorCore.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/EditorCore.hpp b/source/EditorCore.hpp
index 2216de5..84e42d0 100644
--- a/source/EditorCore.hpp
+++ b/source/EditorCore.hpp
@@ -14,7 +14,6 @@ struct EditorInspector {
enum TargetType {
ITT_GameObject,
ITT_Shader,
- ITT_Material,
ITT_Ires,
ITT_None,
};
@@ -32,7 +31,6 @@ private:
enum Pane {
P_Settings,
P_Shader,
- P_Material,
P_Ires,
};