summaryrefslogtreecommitdiff
path: root/editor/plugins/visual_shader_editor_plugin.h
diff options
context:
space:
mode:
authorYuri Roubinsky <chaosus89@gmail.com>2019-08-25 13:17:37 +0300
committerGitHub <noreply@github.com>2019-08-25 13:17:37 +0300
commit660682a2a38815675ac338bcd9232789fe815958 (patch)
tree72898ed2be29801713891008fecb414932cba285 /editor/plugins/visual_shader_editor_plugin.h
parent0d37f198f5f00664f7023b69fed712791289149a (diff)
parentac4e6f00414a88536c7db03c947b0b325bca0288 (diff)
Fix _get_description param name (visual shaders) (#31647)
Fix _get_description param name (visual shaders)
Diffstat (limited to 'editor/plugins/visual_shader_editor_plugin.h')
-rw-r--r--editor/plugins/visual_shader_editor_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/visual_shader_editor_plugin.h b/editor/plugins/visual_shader_editor_plugin.h
index 4fee2ac920..cd5efc366b 100644
--- a/editor/plugins/visual_shader_editor_plugin.h
+++ b/editor/plugins/visual_shader_editor_plugin.h
@@ -158,7 +158,7 @@ class VisualShaderEditor : public VBoxContainer {
void _show_preview_text();
void _update_preview();
- String _get_description(int i);
+ String _get_description(int p_idx);
static VisualShaderEditor *singleton;