mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Use range-based fog instead of z-plane based.
This commit is contained in:
parent
c9e7a27eeb
commit
0ad40fd484
4 changed files with 6 additions and 6 deletions
|
@ -4168,7 +4168,7 @@ void Game::updateFrame(ProfilerGraph *graph, RunStats *stats,
|
|||
runData->fog_range * 1.0,
|
||||
0.01,
|
||||
false, // pixel fog
|
||||
false // range fog
|
||||
true // range fog
|
||||
);
|
||||
} else {
|
||||
driver->setFog(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue