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

Add Vector4 to VisualShader

This commit is contained in:
Hendrik Brucker
2022-04-12 19:09:29 +02:00
parent a49079947b
commit cf58d23a72
27 changed files with 952 additions and 64 deletions

View File

@@ -85,7 +85,7 @@ private:
List<VisualShader::Connection> connections;
bool dirty = false;
Color vector_expanded_color[3];
Color vector_expanded_color[4];
protected:
static void _bind_methods();