Skip to content

Commit 80384e0

Browse files
committed
fix a copy-paste error
1 parent c2314f6 commit 80384e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/ship/ship.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2557,7 +2557,7 @@ particle::ParticleEffectHandle create_ship_legacy_particle_effect(LegacyShipPart
25572557
}
25582558

25592559
if (velocity_curve) {
2560-
effect.m_modular_curves.add_curve("Trigger Velocity", particle::ParticleEffect::ParticleCurvesOutput::VOLUME_VELOCITY_MULT, *radius_curve);
2560+
effect.m_modular_curves.add_curve("Trigger Velocity", particle::ParticleEffect::ParticleCurvesOutput::VOLUME_VELOCITY_MULT, *velocity_curve);
25612561
}
25622562

25632563
return particle::ParticleManager::get()->addEffect(std::move(effect));

0 commit comments

Comments
 (0)