aboutsummaryrefslogtreecommitdiff
path: root/source/EditorCore.hpp
diff options
context:
space:
mode:
authorhnOsmium0001 <[email protected]>2022-04-18 20:59:57 -0700
committerhnOsmium0001 <[email protected]>2022-04-18 20:59:57 -0700
commit2a5234a512c19582d261a7ccb692fc634dcb74f0 (patch)
tree0f52925373115319a9ad7d03600e566c59a86566 /source/EditorCore.hpp
parentf77e73c01a15426bcc6e3d7fe5826d2a741fed38 (diff)
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,
};