fix noVanish to stop the reaper

This commit is contained in:
Matthias Wirth
2019-10-28 20:34:42 +01:00
parent a29ea4e998
commit 6d2b2de8d9

View File

@@ -1250,7 +1250,7 @@ function createSiteCircleFeatures() {
// This looks for planes to reap out of the master Planes variable
function reaper(all) {
//console.log("Reaping started..");
if (debugPosFilter)
if (noVanish)
return;
if (reaping)
return;