Browse Source

Use window for resizing

main
Luke Murphy 4 years ago
parent
commit
6cc2475dbd
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 2
      voicegardens/static/voicegardens.js

2
voicegardens/static/voicegardens.js

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

Loading…
Cancel
Save