Skip to content

Commit e830103

Browse files
committed
Fix bug introduced with spawn rate for the global preset
1 parent f7eb1d6 commit e830103

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dxvk/rtx_render/rtx_particle_system.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ namespace dxvk {
179179
desc.collisionThickness = RtxParticleSystemManager::collisionThickness();
180180
desc.enableMotionTrail = RtxParticleSystemManager::enableMotionTrail() ? 1 : 0;
181181
desc.motionTrailMultiplier = RtxParticleSystemManager::motionTrailMultiplier();
182+
desc.spawnRate = (float)RtxParticleSystemManager::spawnRatePerSecond();
182183
return desc;
183184
}
184185

0 commit comments

Comments
 (0)