virtualx-engine/platform/android/plugin
Fredia Huya-Kouadio 3c0b26e29c Fix parameters passing when emitting signal
The issue was caused because we were using variables local to the `for` loop block.
Address [feedback](https://github.com/godotengine/godot/pull/39047#issuecomment-634545849) by @pouleyKetchoupp regarding the use of arrays on stack with dynamic size.
2020-05-27 03:38:38 -07:00
..
godot_plugin_config.h Implementation of the Godot Android Plugin configuration file 2020-05-16 23:09:45 -07:00
godot_plugin_jni.cpp Fix parameters passing when emitting signal 2020-05-27 03:38:38 -07:00
godot_plugin_jni.h Add signal support to Godot Android plugin: 2020-03-27 01:37:41 -07:00