KRReverbZone is now using KRNodeProperty

This commit is contained in:
2025-11-23 16:07:31 -08:00
parent 34171c7d56
commit 9d2d788b98
4 changed files with 25 additions and 35 deletions

View File

@@ -1453,7 +1453,7 @@ void KRAudioManager::startFrame(float deltaTime)
if (zi.weight > 0.0f) {
if (m_reverb_zone_weights.find(sphere->getZone()) == m_reverb_zone_weights.end()) {
zi.reverb_zone = sphere;
zi.reverb_sample = get(sphere->getReverb());
zi.reverb_sample = sphere->getReverb();
m_reverb_zone_weights[sphere->getZone()] = zi;
m_reverb_zone_total_weight += zi.weight;
} else {