Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proller committed Jun 20, 2024
1 parent b8f7d2d commit c70f4ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/clientmap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,6 @@ void ClientMap::updateDrawListFm(float dtime, unsigned int max_cycle_ms)

if (mesh_step != mesh->lod_step && smesh_size < 0 &&
(m_mesh_queued < maxq * 1.2 || range <= 2)) {
DUMP(bp, mesh_step, mesh->lod_step, range);
m_client->addUpdateMeshTask(bp);
++m_mesh_queued;
} else if (const auto bts = block->getTimestamp();
Expand Down

0 comments on commit c70f4ec

Please sign in to comment.