486c / rosu-memory

Lightweight, cross-platform memory reader for osu! but in rust
24 stars 7 forks source link

pp is 0 on results screen and song select #48

Closed respektive closed 9 months ago

respektive commented 9 months ago

Should show the pp for the score when clicking on a score on the leaderboards or after coming from gameplay.

For song select it should probably just show the SS pp for the selected beatmap and mods.

486c commented 9 months ago

Should show the pp for the score when clicking on a score on the leaderboards or after coming from gameplay.

Looks like an exact opposite of #17 :smiley:

486c commented 9 months ago

Done in f279eced1fee6bd7a0784114d5a0dac6cf070935 and acfb070a2bbfea2c77e298228fe22893e0b9ae29

In ResultScreen, current_pp now shows pp of the corresponding score In SongSelect, shows ss_pp of currently selected map