mirror of
https://github.com/jiojciojsioe3/a3cjroijsiojiorj.git
synced 2024-11-15 07:21:50 +08:00
CanvasCache: Fix clearing on small screens
This commit is contained in:
parent
6e61e24d56
commit
abe2b4ccae
@ -78,7 +78,7 @@ class CanvasCache{
|
|||||||
this.lastW = 0
|
this.lastW = 0
|
||||||
this.lastH = 0
|
this.lastH = 0
|
||||||
this.map.clear()
|
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(){
|
clean(){
|
||||||
delete this.map
|
delete this.map
|
||||||
|
Loading…
Reference in New Issue
Block a user