1
0
forked from akanyan/mu3-mods

feat: a decent rating selector?

Except it shows an arrow to the right when it shouldn't
This commit is contained in:
2024-12-21 05:32:50 +00:00
parent 82c7bd9f94
commit 23331f8d56
4 changed files with 34 additions and 5 deletions

View File

@ -1,4 +1,5 @@
namespace MU3.CustomUI;
class patch_MU3UICounter: MU3UICounter {
protected extern void orig_calcNumFiguresFloat(double value);
protected new void calcNumFiguresFloat(double value) {