Fixed tech tree panning not working on mobile
This commit is contained in:
@@ -134,7 +134,7 @@ public class ResearchDialog extends BaseDialog{
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
addListener(new ElementGestureListener(){
|
view.addListener(new ElementGestureListener(){
|
||||||
@Override
|
@Override
|
||||||
public void zoom(InputEvent event, float initialDistance, float distance){
|
public void zoom(InputEvent event, float initialDistance, float distance){
|
||||||
if(view.lastZoom < 0){
|
if(view.lastZoom < 0){
|
||||||
|
|||||||
Reference in New Issue
Block a user