GarageGames / Torque2D

MIT Licensed Open Source version of Torque 2D game engine from GarageGames
MIT License
1.67k stars 1.56k forks source link

Fix touch screen on Canvas and popLayer method. #414

Open kynora opened 6 years ago

kynora commented 6 years ago
greenfire27 commented 6 years ago

You're basically switching back to the old code that was written before mobile devices were added. The functions that you're switching between are very similar except for a few bug fixes. If you switch back you might be fixing your problem but you are also reviving other bugs. It would be better to figure out a way to fix the new functions instead of just reverting back to the old ones.