We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ecca7c commit 901c158Copy full SHA for 901c158
src/main/java/de/bixilon/minosoft/gui/rendering/camera/fog/FogManager.kt
@@ -103,7 +103,7 @@ class FogManager(
103
}
104
state.color = color
105
if (progress >= 1.0f) {
106
- interpolation.change = 1L // this avoid further interpolations with the same data
+ interpolation.change = -1L // this avoid further interpolations with the same data
107
interpolation.color = options?.color
108
109
0 commit comments