MaxOhn / rosu-pp-py

osu! difficulty and pp calculation for all modes
MIT License
23 stars 19 forks source link

Fix PP calculation with certain mod combinations #3

Closed tsunyoku closed 2 years ago

tsunyoku commented 2 years ago

Python bindings were specifying accuracy before mods, which caused things to break internally and provide incorrect values. This PR fixes this bug.

MaxOhn commented 2 years ago

Thanks for the PR! For future reference, I prefer handling the versioning myself so that should've been excluded but that's alright :)