mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 00:00:00 +02:00
Adding ambient sphere in the lighting equation and menu to control te presets
This commit is contained in:
parent
0e38ea8854
commit
8634d86167
1 changed files with 1 additions and 1 deletions
|
@ -614,4 +614,4 @@ void DeferredLightingEffect::setAmbientLightMode(int preset) {
|
||||||
if ((preset >= -1) && (preset < NUM_PRESET)) {
|
if ((preset >= -1) && (preset < NUM_PRESET)) {
|
||||||
_ambientLightMode = preset;
|
_ambientLightMode = preset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue