gdx: update to current libgdx API

This commit is contained in:
Hannes Janetzek 2013-09-28 22:44:09 +02:00
parent 3c3d68d073
commit f4224eb4d1

View File

@ -607,9 +607,9 @@ public abstract class GdxMap implements ApplicationListener {
}
@Override
public boolean panStop(float x, float y, int pointer, int button) {
return false;
}
public boolean panStop(float x, float y, int pointer, int button) {
return false;
}
}