Merge pull request #746 from DanielNoord/fixflicker

Fixflicker
This commit is contained in:
Daniël van Noord
2021-04-04 20:37:08 +02:00
committed by GitHub
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();
} }