microsoft / xbox-live-samples

This repo contains the samples that demonstrate the API usage patterns for Microsoft Xbox Live Service. These code samples target the Universal Windows Platform (UWP) and Xbox One XDK. To get access to the Xbox Live service, you can join the Xbox Live Creators Program at https://aka.ms/xblcp, or apply to the ID@Xbox program at http://www.xbox.com/en-us/Developers/id
MIT License
144 stars 73 forks source link

leaderboardQuery.set_skip_result_to_rank uses "true" instead of an integer. #55

Closed RustyMoyher closed 6 years ago

RustyMoyher commented 7 years ago

On line 74 inside of StatsManagerIntegration.cpp, leaderboardQuery.set_skip_result_to_rank uses "true" instead of an integer.

Should probably be leaderboardQuery.set_skip_result_to_rank(10); or something.

jasonsandlin commented 6 years ago

Good catch, thanks. Fixed