Change Omni light default mode to Cube, avoids users confusing it as a bug, closes #8813
This commit is contained in:
parent
ea6cb22329
commit
b21d45e4e1
1 changed files with 1 additions and 1 deletions
|
|
@ -371,7 +371,7 @@ void OmniLight::_bind_methods() {
|
|||
OmniLight::OmniLight()
|
||||
: Light(VisualServer::LIGHT_OMNI) {
|
||||
|
||||
set_shadow_mode(SHADOW_DUAL_PARABOLOID);
|
||||
set_shadow_mode(SHADOW_CUBE);
|
||||
set_shadow_detail(SHADOW_DETAIL_HORIZONTAL);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue