onyxblade / godot-ruby

ruby language binding for godot game engine
MIT License
37 stars 2 forks source link

godot_ruby_script_init should return initialized manifest on error #4

Open touilleMan opened 4 years ago

touilleMan commented 4 years ago

see https://github.com/godotengine/godot/pull/34042

This part of the code should be changed to initialize the manifest object before return: https://github.com/CicholGricenchos/godot-ruby/blob/9baf97fef36276f0194478a9570bffa8d1e8481e/src/pluginscript.c#L155-L158