You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Re-allows constants in global space to be initialized with function call
This commit is contained in:
@@ -711,9 +711,10 @@ public:
|
||||
HashMap<StringName, Varying> varyings;
|
||||
HashMap<StringName, Uniform> uniforms;
|
||||
HashMap<StringName, Struct> structs;
|
||||
HashMap<StringName, Function> functions;
|
||||
Vector<StringName> render_modes;
|
||||
|
||||
Vector<Function> functions;
|
||||
Vector<Function> vfunctions;
|
||||
Vector<Constant> vconstants;
|
||||
Vector<Struct> vstructs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user