aboutsummaryrefslogtreecommitdiff
path: root/source/Material.cpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-05-07 17:27:01 -0700
committerrtk0c <[email protected]>2022-05-07 17:27:01 -0700
commit9fcdfe312fd9809a1cd52c08e7d8d7bd991a9fb3 (patch)
treec9820ea29a0d38c2adb7464386233415bfcccc10 /source/Material.cpp
parentf348347f205f51800d0628021f193e63f5833f8d (diff)
Changeset: 25 Reduce dependency between editor headers and main game headers
Diffstat (limited to 'source/Material.cpp')
-rw-r--r--source/Material.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Material.cpp b/source/Material.cpp
index 3d227f6..e648970 100644
--- a/source/Material.cpp
+++ b/source/Material.cpp
@@ -337,7 +337,7 @@ void IresMaterial::InvalidateInstance() {
mInstance->mIres = this;
}
-void IresMaterial::ShowEditor(EditorInstance& editor) {
+void IresMaterial::ShowEditor(IEditor& editor) {
using namespace Tags;
IresObject::ShowEditor(editor);