Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
proller committed May 31, 2024
1 parent c450d44 commit dd8bd7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/client/clientmap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ void MapDrawControl::fm_init()
{
g_settings->getS32NoEx("farmesh", farmesh);
g_settings->getS32NoEx("lodmesh", lodmesh);
static const auto headless_optimize = g_settings->getBool("headless_optimize");
if (headless_optimize)
lodmesh = 0;

fov_want = fov = g_settings->getFloat("fov");
}

Expand Down

0 comments on commit dd8bd7b

Please sign in to comment.