1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Fix uniform title color in visual shaders(regression)

This commit is contained in:
Chaosus
2019-04-26 10:53:40 +03:00
parent 9ef46996cd
commit 7a9735eef4
2 changed files with 18 additions and 12 deletions

View File

@@ -179,6 +179,7 @@ class VisualShaderEditor : public VBoxContainer {
void drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from);
bool _is_available(int p_flags);
void _update_created_node(GraphNode *node);
protected:
void _notification(int p_what);