preparing for PR, back to the default background mode SKy_DOME

This commit is contained in:
Sam Gateau 2015-05-06 10:27:31 -07:00
parent c86a8b3944
commit fe3b5d1867
2 changed files with 2 additions and 2 deletions

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;