forked from noxious/client
fog transparency fix
This commit is contained in:
parent
176f31d84a
commit
3936676f2c
@ -109,7 +109,7 @@ const updateScene = () => {
|
||||
const finalEffects = {...mapEffects,
|
||||
light: timeBasedLight,
|
||||
rain: weatherState.value.rainPercentage,
|
||||
fog: weatherState.value.fogDensity * 100 }
|
||||
fog: weatherState.value.fogDensity }
|
||||
console.log(finalEffects)
|
||||
applyEffects(finalEffects)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user