Remove second call of _updateWindowSize()
https://github.com/processing/p5.js/commit/173e09552c698cb2ec5e107d42280edfc9c75995 in https://github.com/processing/p5.js/pull/7785
accidently added a second call to this._updateWindowSize(); during initialisation
this function I added only needs to be called once
Trivial fix
welp, the test action fails but not sure why as stated functionality hasn't been touched
Hi @bensgilbert are the same tests failing if you remove the second call to _updateWindowSize rather than the first one? EDIT: It's failing on the branch too, so no need to do anything here, looking into it!
@ksen0 just revisiting this
@all-contributors please add @bensgilbert for code