We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd28c8 commit d711d59Copy full SHA for d711d59
src/Layers/xrRender/WallmarksEngine.cpp
@@ -310,6 +310,7 @@ void CWallmarksEngine::AddSkeletonWallmark(
310
if (0 == g_r || ::RImplementation.phase != CRender::PHASE_NORMAL)
311
return;
312
// optimization cheat: don't allow wallmarks more than 50 m from viewer/actor
313
+ // XXX: Make console command for this
314
if (xf->c.distance_to_sqr(Device.vCameraPosition) > _sqr(50.f))
315
316
0 commit comments