WT 1.1.24+7 translations, calculation fixes
This commit is contained in:
@@ -186,7 +186,7 @@ mixin Common {
|
||||
} else if (remainder > 2.5 && remainder < 3.25) {
|
||||
rounded = (weight / 5).floor() * 5 + 2.5;
|
||||
} else {
|
||||
rounded = (((weight / 5).ceil() * 5) + 5).toDouble();
|
||||
rounded = (((weight / 5).ceil() * 5)).toDouble();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user