diff --git a/simgear/scene/model/particles.cxx b/simgear/scene/model/particles.cxx index 9af72b13..7189e2bf 100644 --- a/simgear/scene/model/particles.cxx +++ b/simgear/scene/model/particles.cxx @@ -186,6 +186,7 @@ void ParticlesGlobalManager::initFromMainThread() std::lock_guard g(d->_lock); d->internalGetCommonRoot(); d->_commonRoot->addUpdateCallback(d.get()); + d->_commonRoot->setCullingActive(false); d->_commonRoot->addCullCallback(d->_cullCallback); }