Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 7d2a4dc

Browse files
authored
Merge pull request #105 from glebodic/patch-1
Rename particlesystem.js to particle_system.js
2 parents 684c35b + 1534fbe commit 7d2a4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chp04_systems/NOC_4_08_ParticleSystemSmoke/particlesystem.js renamed to chp04_systems/NOC_4_08_ParticleSystemSmoke/particle_system.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ class ParticleSystem {
3737
this.particles.push(new Particle(this.origin, this.img));
3838
}
3939

40-
}
40+
}

0 commit comments

Comments
 (0)