Minor planet dialog fixes
This commit is contained in:
@@ -111,9 +111,9 @@ public class PlanetDialog extends BaseDialog implements PlanetInterfaceRenderer{
|
||||
//no multitouch drag
|
||||
if(Core.input.getTouches() > 1) return;
|
||||
|
||||
if(showing()){
|
||||
newPresets.clear();
|
||||
}
|
||||
if(showing() && newPresets.peek() != state.planet.getLastSector()) return;
|
||||
|
||||
newPresets.clear();
|
||||
|
||||
Vec3 pos = state.camPos;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user