Where is the Game loop in andengine when you are using the box2D extention? Without the box2d Extension the game loop is found using this method but when you use the box2d extension that method doesnt work because with the physics you need to go scene.registerUpdateHandler(physicsWorld);

So where can I find the game loop?

有帮助吗?

解决方案

Whoops! It can be found exactly by using the link in the question. Turns out the problem was actually that the app was not re installing. I was just having a bad day.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top