Fixed tech tree panning not working on mobile

This commit is contained in:
Anuken
2020-08-24 11:15:49 -04:00
parent 521b4fb4d7
commit 02263f1eb7

View File

@@ -134,7 +134,7 @@ public class ResearchDialog extends BaseDialog{
}
});
addListener(new ElementGestureListener(){
view.addListener(new ElementGestureListener(){
@Override
public void zoom(InputEvent event, float initialDistance, float distance){
if(view.lastZoom < 0){