Skip to content

Commit 5eb80f5

Browse files
authored
Fix conversion of old muzzle flash to new type (scp-fs2open#6972)
Fixes the updated name of `Pixel Size At Emitter`
1 parent 4b9ccfc commit 5eb80f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/weapon/muzzleflash.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ static void convert_mflash_to_particle() {
194194
bm_load_animation(blob.name));
195195

196196
if (Min_pizel_size_muzzleflash > 0) {
197-
subparticles.back().m_modular_curves.add_curve("Apparent Visual Size At Emitter", particle::ParticleEffect::ParticleCurvesOutput::RADIUS_MULT, scaling_curve);
197+
subparticles.back().m_modular_curves.add_curve("Pixel Size At Emitter", particle::ParticleEffect::ParticleCurvesOutput::RADIUS_MULT, scaling_curve);
198198
}
199199
}
200200

0 commit comments

Comments
 (0)