get ready for PR, SKY_DOME by default

This commit is contained in:
Sam Gateau 2015-05-06 12:22:19 -07:00
parent 1b5185abeb
commit 0fbccf1d33

View file

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