1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Fix _get_description param name (visual shaders)

This commit is contained in:
Yuri Roubinski
2019-08-25 13:06:16 +03:00
parent 0d37f198f5
commit ac4e6f0041
2 changed files with 5 additions and 5 deletions

View File

@@ -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;