Skip to content

Commit 4374135

Browse files
committed
disco: Avoid drawing grid over shaded cells
1 parent 3b6d12c commit 4374135

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/variety/shimaguni.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
paint: function() {
385385
this.drawBGCells();
386386

387-
if (this.pid !== "nuritwin" && this.pid !== "disco") {
387+
if (this.pid !== "nuritwin") {
388388
this.drawGrid();
389389
}
390390

@@ -398,7 +398,7 @@
398398
}
399399
this.drawShadedCells();
400400

401-
if (this.pid === "nuritwin" || this.pid === "disco") {
401+
if (this.pid === "nuritwin") {
402402
this.drawGrid();
403403
}
404404

0 commit comments

Comments
 (0)