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 5a0ac60 commit ada64afCopy full SHA for ada64af
src/game/client/drawable.cpp
@@ -3185,7 +3185,7 @@ void Drawable::Update_Drawable()
3185
(*modules)->Set_Terrain_Decal_Opacity(m_terrainDecalOpacity);
3186
}
3187
3188
- if (m_terrainDecalFadeTarget2 < 0.0f || m_terrainDecalOpacity <= 0.0f) {
+ if (m_terrainDecalFadeTarget2 < 0.0f && m_terrainDecalOpacity <= 0.0f) {
3189
m_terrainDecalFadeTarget2 = 0.0f;
3190
m_terrainDecalOpacity = 0.0f;
3191
Set_Terrain_Decal(TERRAIN_DECAL_8);
0 commit comments