Merge pull request #7417 from zzmp/fix/skybox-default

Default background behavior to stars
This commit is contained in:
Brad Hefta-Gaub 2016-03-21 16:15:06 -07:00
commit 7f3ce6dd26

View file

@ -173,7 +173,7 @@ public:
const SkyboxPointer& getSkybox() const { valid(); return _skybox; }
protected:
BackgroundMode _backgroundMode = SKY_BOX;
BackgroundMode _backgroundMode = SKY_DOME;
LightPointer _sunLight;
mutable SkyboxPointer _skybox;