You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug is simple. The count and offset parameters of the getScores method of the Leaderboard class are fixed to their default value. Inspecting the code shows that they are not passed as parameters to the Facebook API.
I tried to show the first place of my leaderboard but the next results showed up.
Example Test Code
I cannot really provide an example code as to be reproduced it needs a Facebook Leaderboard.
Additional Information
The solution is to add arguments to getEntriesAsync in the Leaderboard method.
I will try to make a pull request.
Thanks for making this engine.
The text was updated successfully, but these errors were encountered:
Oramy
pushed a commit
to Oramy/phaser
that referenced
this issue
Jan 2, 2019
Thanks for opening this issue, and for submitting a PR to fix it. We have merged your PR into the master branch and attributed the work to you in the Change Log. If you need to tweak the code for whatever reason please submit a new PR.
Version
Description
This bug is simple. The count and offset parameters of the getScores method of the Leaderboard class are fixed to their default value. Inspecting the code shows that they are not passed as parameters to the Facebook API.
I tried to show the first place of my leaderboard but the next results showed up.
Example Test Code
I cannot really provide an example code as to be reproduced it needs a Facebook Leaderboard.
Additional Information
The solution is to add arguments to getEntriesAsync in the Leaderboard method.
I will try to make a pull request.
Thanks for making this engine.
The text was updated successfully, but these errors were encountered: