minor style

This commit is contained in:
Christian Semmler 2024-03-19 10:12:44 -04:00
parent 4722dd158b
commit 1f96209105

View File

@ -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;
}
}