Default bg to SKY_DOME

This commit is contained in:
Zach Pomerantz 2016-03-21 15:11:26 -07:00
parent 13a906aa20
commit 2b92756c65

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;