Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
proller committed Mar 18, 2024
1 parent 56d7e80 commit 74c2725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1681,7 +1681,7 @@ bool Game::createClient(const GameStartData &start_data)


if (g_settings->getS32("farmesh5")) {
farmesh.reset(new FarMesh(smgr->getRootSceneNode(), smgr, -1, client, server));
farmesh.reset(new FarMesh(/*smgr->getRootSceneNode(), smgr, -1,*/ client, server));
}

//freeminer:
Expand Down Expand Up @@ -4498,7 +4498,7 @@ void Game::updateFrame(ProfilerGraph *graph, RunStats *stats, f32 dtime,
farmesh->update(camera->getPosition(), camera->getDirection(),
camera->getFovMax(), camera->getCameraMode(), pitch, yaw,
camera->getOffset(), sky->getBrightness(),
farmesh_range);
farmesh_range, speed);
});
}

Expand Down

0 comments on commit 74c2725

Please sign in to comment.