Fix black flicker at loading & timers change #621

This commit is contained in:
Daniël van Noord
2021-04-04 20:29:29 +02:00
parent 37bff7df1e
commit 48e8fd2154
4 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -11,4 +11,5 @@ export default function UpdateBackground() {
Game.LeftBackground.canvas.parentNode.offsetWidth; Game.LeftBackground.canvas.parentNode.offsetWidth;
Game.LeftBackground.canvas.height = Game.LeftBackground.canvas.height =
Game.LeftBackground.canvas.parentNode.offsetHeight; Game.LeftBackground.canvas.parentNode.offsetHeight;
Game.DrawBackground();
} }