coloring fix

This commit is contained in:
Blue 2018-11-20 17:32:45 +03:00
parent 34c3030e13
commit bd2ad29981
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class Shape {
maxY = h;
}
static setColoring(bool) {
coloring = bool !== true;
coloring = bool !== false;
}
}