From d085675aaa6ea427fa6417745387ebc9d2e77afc Mon Sep 17 00:00:00 2001 From: xolatile Date: Mon, 21 Jul 2025 12:26:47 +0200 Subject: Removed PVS code because it will never be used... --- src/engine/renderparticles.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/engine/renderparticles.cpp') diff --git a/src/engine/renderparticles.cpp b/src/engine/renderparticles.cpp index 8fa2171..ad9e9d8 100644 --- a/src/engine/renderparticles.cpp +++ b/src/engine/renderparticles.cpp @@ -1509,7 +1509,6 @@ void updateparticles() if(cullparticles && pe.maxfade >= 0) { if(isfoggedsphere(pe.radius, pe.center)) { pe.lastcull = lastmillis; continue; } - if(pvsoccluded(pe.cullmin, pe.cullmax)) { pe.lastcull = lastmillis; continue; } } makeparticles(e); emitted++; -- cgit v1.2.3