Removed console.log
This commit is contained in:
parent
3f75e4acd8
commit
c8473fc206
@ -110,7 +110,6 @@ const updateScene = () => {
|
|||||||
light: timeBasedLight,
|
light: timeBasedLight,
|
||||||
rain: weatherState.value.rainPercentage,
|
rain: weatherState.value.rainPercentage,
|
||||||
fog: weatherState.value.fogDensity }
|
fog: weatherState.value.fogDensity }
|
||||||
console.log(finalEffects)
|
|
||||||
applyEffects(finalEffects)
|
applyEffects(finalEffects)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user