coloring fix
This commit is contained in:
parent
34c3030e13
commit
bd2ad29981
@ -32,7 +32,7 @@ class Shape {
|
||||
maxY = h;
|
||||
}
|
||||
static setColoring(bool) {
|
||||
coloring = bool !== true;
|
||||
coloring = bool !== false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user