Skip to content

Commit 7026891

Browse files
Update BspRenderer.cpp
1 parent 042a53c commit 7026891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editor/BspRenderer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2724,7 +2724,7 @@ void BspRenderer::render(bool modelVertsDraw, int clipnodeHull)
27242724

27252725
static double leafUpdTime = 0.0;
27262726

2727-
//if (map->models && fabs(g_app->curTime - leafUpdTime) > 0.25)
2727+
if (map->models && fabs(g_app->curTime - leafUpdTime) > 0.25)
27282728
{
27292729
leafUpdTime = g_app->curTime;
27302730
std::vector<int> nodeBranch;

0 commit comments

Comments
 (0)