Use window for resizing
This commit is contained in:
parent
8b2b5fad25
commit
6cc2475dbd
@ -374,5 +374,5 @@ function windowResized() {
|
||||
/**
|
||||
* Canvas re-draw handling.
|
||||
**/
|
||||
resizeCanvas(canvasWidth, canvasHeight);
|
||||
resizeCanvas(windowWidth, windowHeight);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user