libgdx/gdx-liftoff

Compilation errors in template MVC + Box2d

jeltedeproft opened this issue · 2 comments

image

The class PovDirection isnt found in this template

Looking into it...

OK, this should work now. You can comment out or delete anything that takes or uses a PovDirection, since it just doesn't exist in the current gdx-controllers. That would be the getX(PovDirection), getY(PovDirection), getAbsoluteX(PovDirection), and getAbsoluteY(PovDirection) methods in the class you showed.