mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05: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