Merge pull request #36933 from m4gr3d/fix_godot_payment_init

Fix initialization of the GodotPayment plugin
This commit is contained in:
Rémi Verschelde 2020-03-09 11:31:56 +01:00 committed by GitHub
commit ee543253ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,6 @@ public class GodotPayment extends GodotPlugin implements GodotPaymentInterface {
public GodotPayment(Godot godot) {
super(godot);
onGLRegisterPluginWithGodotNative();
mPaymentManager = godot.getPaymentsManager();
mPaymentManager.setBaseSingleton(this);
}