diff options
Diffstat (limited to 'source/Shader.cpp')
-rw-r--r-- | source/Shader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Shader.cpp b/source/Shader.cpp index 2ab77af..48881f0 100644 --- a/source/Shader.cpp +++ b/source/Shader.cpp @@ -595,7 +595,7 @@ void IresShader::InvalidateInstance() { mInstance->mIres = this; } -void IresShader::ShowEditor(EditorInstance& editor) { +void IresShader::ShowEditor(IEditor& editor) { using namespace Tags; using namespace ProjectBrussel_UNITY_ID; |