diff --git a/data/assets/scene/milkyway/gaia/gaiastars.asset b/data/assets/scene/milkyway/gaia/gaiastars.asset index a3f761a349..39032409e8 100644 --- a/data/assets/scene/milkyway/gaia/gaiastars.asset +++ b/data/assets/scene/milkyway/gaia/gaiastars.asset @@ -1,3 +1,9 @@ +local fullOS = openspace.systemCapabilities.fullOperatingSystem() +if string.find(fullOS, "Darwin") then + openspace.printWarning("Gaia module (RenderableGaiaStars) not supported on mac") + return +end + -- Download a preprocessed binary octree of Radial Velocity subset values per star (preprocessed into 8 binary files). local starsFolder = asset.syncedResource({ Name = "Gaia Stars RV",