1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Fixes for visual shader member filter

This commit is contained in:
Yuri Roubinski
2019-08-25 10:33:18 +03:00
parent a7aacfef7f
commit 1d2e5f281e
2 changed files with 14 additions and 10 deletions

View File

@@ -158,6 +158,7 @@ class VisualShaderEditor : public VBoxContainer {
void _show_preview_text();
void _update_preview();
String _get_description(int i);
static VisualShaderEditor *singleton;