mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
minor style
This commit is contained in:
parent
4722dd158b
commit
1f96209105
@ -74,7 +74,7 @@ void LegoBackgroundColor::ToggleDayNight(MxBool p_sun)
|
||||
|
||||
if (p_sun) {
|
||||
m_s += 0.1;
|
||||
if (0.9 < m_s) {
|
||||
if (m_s > 0.9) {
|
||||
m_s = 1.0;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user