Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missplacing var in Example/Scenes/main.gd (_on_rewarded_ad_received_reward) #35

Open
a499209 opened this issue Oct 1, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@a499209
Copy link

a499209 commented Oct 1, 2024

MAX Plugin Version

1.0.3

Godot Version

4.3

Device/Platform Info

Current Behavior

In the listener class and in the signal call, the Reward class is in second place, and AdInfo is in third place (AppLovinMAX.gd)
image
image

But in the example (Example/Scenes/mail.gd) in the function called by this signal, the AdInfo class is in second place, and Reward is in third place. Because of this, the function does not work
image

Expected Behavior

No response

How to Reproduce

Reproducible in the demo app?

Not Tested

Additional Info

No response

@a499209 a499209 added the bug Something isn't working label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants