update to new libgdx api
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user