bberak / react-game-engine

A lightweight Game Engine for the web (React) 🕹⚡🎮
MIT License
413 stars 24 forks source link

Dimensions not defined error in GameLoop Component #1

Closed jacquestvanzuydam closed 4 years ago

jacquestvanzuydam commented 4 years ago

I'm guessing this is left over from the React Native version.

bberak commented 4 years ago

Oh dear.. Nice find @jacquestvanzuydam

Also, just for kicks, what is your use-case for using the GameLoop component over the GameEngine?

I'll get this fixed.

bberak commented 4 years ago

@jacquestvanzuydam - I've just released react-game-engine@0.1.1 that fixes this issue.

Cheers!