summaryrefslogtreecommitdiff
path: root/byob.js
diff options
context:
space:
mode:
Diffstat (limited to 'byob.js')
-rw-r--r--byob.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/byob.js b/byob.js
index 72715ad..d8c0813 100644
--- a/byob.js
+++ b/byob.js
@@ -912,7 +912,9 @@ JaggedBlockMorph.prototype.drawNew = function () {
context.fillStyle = this.cachedClr;
this.drawBackground(context);
- this.drawEdges(context);
+ if (!MorphicPreferences.isFlat) {
+ this.drawEdges(context);
+ }
// erase holes
this.eraseHoles(context);