Skip to content

Commit

Permalink
Use new fog_color property
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Jan 29, 2024
1 parent 069374c commit b009d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/default/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ default.set_skybox = function(player, brightness)
}
if default.modernize.new_skybox then
params.type = "regular"
-- FIXME can't set the fog_color (engine issue)
params.fog.fog_color = fog_color -- (since 5.9.0)
params.sky_color = {
day_sky = "#5191d0",
day_horizon = "#aac8e6",
Expand Down

0 comments on commit b009d2e

Please sign in to comment.