| 16 | } |
| 17 | |
| 18 | Particle ParticleConfig::instance() { |
| 19 | auto particle = m_particle; |
| 20 | particle.applyVariance(m_variance); |
| 21 | return particle; |
| 22 | } |
| 23 | |
| 24 | ParticleDatabase::ParticleDatabase() { |
| 25 | auto assets = Root::singleton().assets(); |
no test coverage detected