diff --git a/SEWorldGenPlugin/GUI/AdminMenu/SubMenus/StarSystemDesigner/MyStarSystemDesignerOrbitMenu.cs b/SEWorldGenPlugin/GUI/AdminMenu/SubMenus/StarSystemDesigner/MyStarSystemDesignerOrbitMenu.cs index e126ba6..ff47192 100644 --- a/SEWorldGenPlugin/GUI/AdminMenu/SubMenus/StarSystemDesigner/MyStarSystemDesignerOrbitMenu.cs +++ b/SEWorldGenPlugin/GUI/AdminMenu/SubMenus/StarSystemDesigner/MyStarSystemDesignerOrbitMenu.cs @@ -99,7 +99,7 @@ private double CalculateMaxOrbitRadius() if (center != null && m_object.ParentId == center.Id) { int count = center.ChildObjects.Count + 1; - return count * MySettingsSession.Static.Settings.GeneratorSettings.MinMaxOrbitDistance.Max / 100; + return count * MySettingsSession.Static.Settings.GeneratorSettings.MinMaxOrbitDistance.Max / 1000; } else {