We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7eb1d6 commit e830103Copy full SHA for e830103
src/dxvk/rtx_render/rtx_particle_system.cpp
@@ -179,6 +179,7 @@ namespace dxvk {
179
desc.collisionThickness = RtxParticleSystemManager::collisionThickness();
180
desc.enableMotionTrail = RtxParticleSystemManager::enableMotionTrail() ? 1 : 0;
181
desc.motionTrailMultiplier = RtxParticleSystemManager::motionTrailMultiplier();
182
+ desc.spawnRate = (float)RtxParticleSystemManager::spawnRatePerSecond();
183
return desc;
184
}
185
0 commit comments