EngoEngine / engo

Engo is an open-source 2D game engine written in Go.
https://engoengine.github.io
MIT License
1.74k stars 136 forks source link

fix camera longtask #695

Closed inkeliz closed 4 years ago

inkeliz commented 4 years ago

It fixes https://github.com/EngoEngine/engo/issues/694. It's untested, I just port from my fork. I just create a new function to warp the switch just to avoid a new switch. 🤣

Noofbiz commented 4 years ago

Awesome! Thanks for the help!