diff options
author | hnOsmium0001 <[email protected]> | 2022-05-07 17:27:01 -0700 |
---|---|---|
committer | hnOsmium0001 <[email protected]> | 2022-05-07 17:27:01 -0700 |
commit | 921f756855b9e19363cb79355d12bb8d683ffc06 (patch) | |
tree | 55b2cac14f3498e36860039b8c8c3ea698c7db82 /source/Material.cpp | |
parent | 1d924459c84b9d5fbd6c08743f733abad5a03c2b (diff) |
Reduce dependency between editor headers and main game headers
Diffstat (limited to 'source/Material.cpp')
-rw-r--r-- | source/Material.cpp | 2 |
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); |