Skip to content

Commit

Permalink
Update BspRenderer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
UnrealKaraulov committed Dec 13, 2024
1 parent 042a53c commit 7026891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/BspRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2724,7 +2724,7 @@ void BspRenderer::render(bool modelVertsDraw, int clipnodeHull)

static double leafUpdTime = 0.0;

//if (map->models && fabs(g_app->curTime - leafUpdTime) > 0.25)
if (map->models && fabs(g_app->curTime - leafUpdTime) > 0.25)
{
leafUpdTime = g_app->curTime;
std::vector<int> nodeBranch;
Expand Down

0 comments on commit 7026891

Please sign in to comment.