SL-11600
Make default direction when neither sun nor moon are up straight down instead of noon.master
parent
41ede77744
commit
53b71f0dc3
|
|
@ -1000,7 +1000,7 @@ LLVector3 LLSettingsSky::getLightDirection() const
|
|||
return mMoonDirection;
|
||||
}
|
||||
|
||||
return LLVector3::z_axis;
|
||||
return -LLVector3::z_axis;
|
||||
}
|
||||
|
||||
LLColor3 LLSettingsSky::getLightDiffuse() const
|
||||
|
|
|
|||
Loading…
Reference in New Issue