Merge pull request #37948 from m4gr3d/fix_compilation_issue

Fix 3.2 compilation issue
This commit is contained in:
Rémi Verschelde 2020-04-17 12:51:21 +02:00 committed by GitHub
commit 1ef94ad445
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -288,7 +288,7 @@ public abstract class GodotPlugin {
}
}
runOnGLThread(new Runnable() {
runOnRenderThread(new Runnable() {
@Override
public void run() {
nativeEmitSignal(getPluginName(), signalName, signalArgs);