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
1f96209105
commit
4f298dffcf
@ -98,8 +98,9 @@ void LegoBackgroundColor::ToggleDayNight(MxBool p_sun)
|
||||
void LegoBackgroundColor::ToggleSkyColor()
|
||||
{
|
||||
char buffer[30];
|
||||
|
||||
m_h += 0.05;
|
||||
if (1.0 < m_h) {
|
||||
if (m_h > 1.0) {
|
||||
m_h -= 1.0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user