mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 23:28:59 +00:00
Typo
A colon shold be used instead of + to separate function variables
This commit is contained in:
@@ -130,7 +130,7 @@ uniforms or other shader variables.
|
||||
return a+b;
|
||||
}
|
||||
|
||||
vec3 c = addtwo(vec3(1,1,1) + vec3(2,2,2));
|
||||
vec3 c = addtwo(vec3(1,1,1), vec3(2,2,2));
|
||||
|
||||
Built-in functions
|
||||
------------------
|
||||
|
||||
Reference in New Issue
Block a user