update to new libgdx api

This commit is contained in:
Hannes Janetzek 2013-09-23 21:32:39 +02:00
parent 0c175119b9
commit 86a77a77d6

View File

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