| 2374 | } |
| 2375 | |
| 2376 | void ParticleEmissionMaskCache::removeMask(std::string_view maskId) |
| 2377 | { |
| 2378 | this->masks.erase(utils::fourccValue(maskId)); |
| 2379 | } |
| 2380 | |
| 2381 | void ParticleEmissionMaskCache::removeAllMasks() |
| 2382 | { |
nothing calls this directly
no test coverage detected