Skip to content

Commit f93c318

Browse files
author
Kenneth Lin
committed
ALL THE CHANGES
1 parent bb8cc5d commit f93c318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wind.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Wind::Wind(float radius)
1414

1515
setEmissionRate(10);
1616

17-
setMaxParticleCount(40);
17+
setMaxParticleCount(20);
1818
}
1919

2020
void Wind::spawnParticle(Particle *particle)

0 commit comments

Comments
 (0)