Fixed bug with dwarf planet and minor moon labels.

ver1_6_1
Vincent Giangiulio 2008-04-16 09:07:05 +00:00
parent 84214d03b4
commit f2f9931c62
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class Renderer
I18nConstellationLabels = 0x800,
DwarfPlanetLabels = 0x1000,
MinorMoonLabels = 0x2000,
BodyLabelMask = (PlanetLabels | MoonLabels | AsteroidLabels | SpacecraftLabels | CometLabels),
BodyLabelMask = (PlanetLabels | DwarfPlanetLabels | MoonLabels | MinorMoonLabels | AsteroidLabels | SpacecraftLabels | CometLabels),
};
enum {