Ruslan
Results
1
comments of
Ruslan
If add these lines to gdscript_compiler: ``` ... } else { // The `else` branch is for objects, in such case we leave it as `null`. codegen.generator->write_construct(local, Variant::NIL, Vector()); }...