Merge pull request #36933 from m4gr3d/fix_godot_payment_init
Fix initialization of the GodotPayment plugin
This commit is contained in:
commit
ee543253ec
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ public class GodotPayment extends GodotPlugin implements GodotPaymentInterface {
|
|||
|
||||
public GodotPayment(Godot godot) {
|
||||
super(godot);
|
||||
onGLRegisterPluginWithGodotNative();
|
||||
mPaymentManager = godot.getPaymentsManager();
|
||||
mPaymentManager.setBaseSingleton(this);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue