omg omg
This commit is contained in:
@@ -271,7 +271,7 @@ bool Settings::decreaseDistribution(int size) {
|
||||
|
||||
void Settings::confirmDistribution() {
|
||||
for (int i = 1; i <= 15; i++) {
|
||||
this->menu.getPiecesList().changeCustomDistribution(i, (double) this->distributions.at(i) / (DISTRIBUTION_MAX + 0.001));
|
||||
this->menu.getPiecesList().changeCustomDistribution(i, (double) 1 / (this->distributions.at(i) + 0.001));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user