diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-02-13 01:50:04 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-02-15 22:02:21 +0200 |
commit | 58827cb2752b9a184d638ed6a4f0efa0e9740d64 (patch) | |
tree | f72d8fe77e9fdaa4a636aeb06a1defb91c594323 /indra/newview/llpaneleditsky.h | |
parent | 5971c647e4abd11c4c4f055f124ac2251b720c25 (diff) |
SL-14725 Rotation sliders for sun and moon panels
Diffstat (limited to 'indra/newview/llpaneleditsky.h')
-rw-r--r-- | indra/newview/llpaneleditsky.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpaneleditsky.h b/indra/newview/llpaneleditsky.h index c02c9c95a0..d1c558c902 100644 --- a/indra/newview/llpaneleditsky.h +++ b/indra/newview/llpaneleditsky.h @@ -124,9 +124,11 @@ private: void onGlowChanged(); void onStarBrightnessChanged(); void onSunRotationChanged(); + void onSunAzimElevChanged(); void onSunScaleChanged(); void onSunImageChanged(); void onMoonRotationChanged(); + void onMoonAzimElevChanged(); void onMoonScaleChanged(); void onMoonBrightnessChanged(); void onMoonImageChanged(); |