mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Default bg to SKY_DOME
This commit is contained in:
parent
13a906aa20
commit
2b92756c65
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue