From bc647393ba043239ac18f4a7414f138a3117bd00 Mon Sep 17 00:00:00 2001 From: Yuri Roubinsky Date: Thu, 13 Feb 2020 09:43:43 +0300 Subject: Added virtual method to VisualShaderNodeCustom to enable high-end mark --- editor/plugins/visual_shader_editor_plugin.cpp | 11 +++++++++-- editor/plugins/visual_shader_editor_plugin.h | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'editor') diff --git a/editor/plugins/visual_shader_editor_plugin.cpp b/editor/plugins/visual_shader_editor_plugin.cpp index 438c640bab..ebd7b4edf6 100644 --- a/editor/plugins/visual_shader_editor_plugin.cpp +++ b/editor/plugins/visual_shader_editor_plugin.cpp @@ -116,7 +116,7 @@ void VisualShaderEditor::clear_custom_types() { } } -void VisualShaderEditor::add_custom_type(const String &p_name, const Ref