diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-08-20 23:23:55 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-08-20 23:41:14 +0300 |
commit | 552d1d421b4c67dfdf3fe14316116b34b54e97d7 (patch) | |
tree | 50278bec23b01d99a1c44de175fbf55d0b054533 /indra/newview/app_settings/shaders/class1/interface/uiV.glsl | |
parent | a0da63db57b4799cf67df4618afe70760840a719 (diff) |
viewer#2363 Region Day Offset error with Time of Day
When we have a 23h day cycle and 23h offset, doing a 24h flip will
result in -1h. Flip by day length instead so that 23h-23h will result
in 0h.
This has a negative side effect of values not being saved exactly as
users specified them, so a -1h offset will turn to 4h on next load
with a 5h long day. But it is nature of a day to 'loop', so I decided
there is no point to translate -1 into 14 or something like that.
Diffstat (limited to 'indra/newview/app_settings/shaders/class1/interface/uiV.glsl')
0 files changed, 0 insertions, 0 deletions