summaryrefslogtreecommitdiff
path: root/include/display.js
diff options
context:
space:
mode:
Diffstat (limited to 'include/display.js')
-rw-r--r--include/display.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/display.js b/include/display.js
index 1006c36..a42b854 100644
--- a/include/display.js
+++ b/include/display.js
@@ -318,7 +318,7 @@ var Display;
// Clearing the current viewport first fixes the issue
this._drawCtx.clearRect(0, 0, this._viewportLoc.w, this._viewportLoc.h);
}
- this.resize(640, 20);
+ this.resize(240, 20);
this._drawCtx.clearRect(0, 0, this._viewportLoc.w, this._viewportLoc.h);
}