Merge pull request #37948 from m4gr3d/fix_compilation_issue
Fix 3.2 compilation issue
This commit is contained in:
commit
1ef94ad445
|
@ -288,7 +288,7 @@ public abstract class GodotPlugin {
|
|||
}
|
||||
}
|
||||
|
||||
runOnGLThread(new Runnable() {
|
||||
runOnRenderThread(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
nativeEmitSignal(getPluginName(), signalName, signalArgs);
|
||||
|
|
Loading…
Reference in New Issue