mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Add Vector4 to VisualShader
This commit is contained in:
parent
a49079947b
commit
cf58d23a72
27 changed files with 952 additions and 64 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue