mirror of
https://github.com/godotengine/godot.git
synced 2024-12-27 11:24:59 +08:00
92ade92fce
Emitting signals with params from Android plugins could crash due to object assignment with uninitialised mem. Instead, use 'memnew_placement' to construct into stack addresses. Make similar JNI callbacks consistent. Fixes #75754. |
||
---|---|---|
.. | ||
godot_plugin_jni.cpp | ||
godot_plugin_jni.h |