aboutsummaryrefslogtreecommitdiff
path: root/source/Shader.hpp
diff options
context:
space:
mode:
authorhnOsmium0001 <[email protected]>2022-05-07 17:27:01 -0700
committerhnOsmium0001 <[email protected]>2022-05-07 17:27:01 -0700
commit921f756855b9e19363cb79355d12bb8d683ffc06 (patch)
tree55b2cac14f3498e36860039b8c8c3ea698c7db82 /source/Shader.hpp
parent1d924459c84b9d5fbd6c08743f733abad5a03c2b (diff)
Reduce dependency between editor headers and main game headers
Diffstat (limited to 'source/Shader.hpp')
-rw-r--r--source/Shader.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Shader.hpp b/source/Shader.hpp
index 602b0db..707e6cc 100644
--- a/source/Shader.hpp
+++ b/source/Shader.hpp
@@ -166,7 +166,7 @@ public:
Shader* GetInstance() const;
void InvalidateInstance();
- void ShowEditor(EditorInstance& editor) override;
+ void ShowEditor(IEditor& editor) override;
void Write(IresWritingContext& ctx, rapidjson::Value& value, rapidjson::Document& root) const override;
void Read(IresLoadingContext& ctx, const rapidjson::Value& value) override;