utopia-rise / godot-kotlin-native

Kotlin bindings for Godot Engine
MIT License
290 stars 16 forks source link

Add init of pointer for generated singletons #203

Closed piiertho closed 4 years ago

piiertho commented 4 years ago

Generated singletons were not generated properly. This adds an init block to them to initialize their pointers.

raniejade commented 4 years ago

@piiertho I'll merge this now, I need it for my branch.