update to new libgdx api

This commit is contained in:
Hannes Janetzek
2013-11-23 21:11:03 +01:00
parent 0c175119b9
commit 86a77a77d6
+5
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;
}
}
}