Cloud rendering overlap fix

This commit is contained in:
Anuken
2021-10-22 17:47:17 -04:00
parent 5d20f3a89b
commit 009eea1988
2 changed files with 6 additions and 2 deletions

View File

@@ -151,13 +151,13 @@ public class PlanetDialog extends BaseDialog implements PlanetInterfaceRenderer{
}
zoom = (Mathf.clamp(initialDistance / distance * lastZoom, state.planet.minZoom, 2f));
}
}
@Override
public void touchUp(InputEvent event, float x, float y, int pointer, KeyCode button){
lastZoom = zoom;
}
});
});
shown(this::setup);
}