Commit a0197e76 authored by Bui's avatar Bui Committed by GitHub

Merge pull request #87 from LoveEevee/songsel-fix-title-cache

CanvasCache: Fix clearing on small screens
parents bf341eb9 abe2b4cc
......@@ -78,7 +78,7 @@ class CanvasCache{
this.lastW = 0
this.lastH = 0
this.map.clear()
this.ctx.clearRect(0, 0, this.canvas.width * this.scale, this.canvas.height * this.scale)
this.ctx.clearRect(0, 0, this.w, this.h)
}
clean(){
delete this.map
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment