quinton-ashley / p5play

JavaScript game engine that uses q5.js/p5.js for graphics and Box2D for physics.
https://p5play.org
GNU Affero General Public License v3.0
667 stars 184 forks source link

undefined "setting resize" error #251

Closed botaro closed 1 year ago

botaro commented 1 year ago

its was working up until yesterday, but today i am getting the following error.

play.js:7270 Uncaught (in promise) TypeError: Cannot set properties of undefined (setting 'resize')

please advise.

quinton-ashley commented 1 year ago

Can you explain what you're trying to do?

quinton-ashley commented 1 year ago

Ah I found the problem, fixed in 3.10.6. Thank you for reporting!

botaro commented 1 year ago

thank you! its fixed! but what was the problem? why did it happen so sudden?

quinton-ashley commented 1 year ago

I was working on an update to p5play with q5.js, but I forgot to check compatibility with p5.js. Sorry, I won't forget to do that again!