Use window for resizing

This commit is contained in:
Luke Murphy 2020-02-01 13:43:07 +01:00
parent 8b2b5fad25
commit 6cc2475dbd
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -374,5 +374,5 @@ function windowResized() {
/** /**
* Canvas re-draw handling. * Canvas re-draw handling.
**/ **/
resizeCanvas(canvasWidth, canvasHeight); resizeCanvas(windowWidth, windowHeight);
} }