1 Year Ago
Rewrote the conditional in WeatherSlider for clarity. Previous code was functionally the same but nobody has time to understand "if ( GUILayout.Toggle( value != -1, "", GUILayout.Width( 64 ) ) != ( value != -1 ) ) value = ( value == -1.0f ? 0.5f : -1.0f );"