summaryrefslogtreecommitdiffstats
path: root/editor/plugins/visual_shader_editor_plugin.h
diff options
context:
space:
mode:
authorWilson E. Alvarez <wilson.e.alvarez@rubonnek.com>2023-12-13 11:06:14 -0500
committerWilson E. Alvarez <wilson.e.alvarez@rubonnek.com>2023-12-13 11:06:26 -0500
commit80fb8db31ff3c5bebf66f18247df8f58fddfb95f (patch)
tree255267fdfe64d6345a3a3462b9847a9a1e6cac72 /editor/plugins/visual_shader_editor_plugin.h
parentaa5b6ed13e4644633baf2a8a1384c82e91c533a1 (diff)
downloadredot-engine-80fb8db31ff3c5bebf66f18247df8f58fddfb95f.tar.gz
Remove unnecessary assignments
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
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 c4ee654b25..5f1fde3a52 100644
--- a/editor/plugins/visual_shader_editor_plugin.h
+++ b/editor/plugins/visual_shader_editor_plugin.h
@@ -491,7 +491,7 @@ class VisualShaderEditor : public VBoxContainer {
void _member_cancel();
void _varying_create();
- void _varying_name_changed(const String &p_text);
+ void _varying_name_changed(const String &p_name);
void _varying_deleted();
void _varying_selected();
void _varying_unselected();