coloring fix
This commit is contained in:
parent
34c3030e13
commit
bd2ad29981
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class Shape {
|
||||||
maxY = h;
|
maxY = h;
|
||||||
}
|
}
|
||||||
static setColoring(bool) {
|
static setColoring(bool) {
|
||||||
coloring = bool !== true;
|
coloring = bool !== false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue