mirror of
https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git
synced 2025-08-23 04:35:28 +08:00
misspelled
This commit is contained in:
@@ -97,7 +97,7 @@ for (GLuint i = 0; i < nr_new_particles; ++i)
|
|||||||
int unusedParticle = FirstUnusedParticle();
|
int unusedParticle = FirstUnusedParticle();
|
||||||
RespawnParticle(particles[unusedParticle], object, offset);
|
RespawnParticle(particles[unusedParticle], object, offset);
|
||||||
}
|
}
|
||||||
// Uupdate all particles
|
// Update all particles
|
||||||
for (GLuint i = 0; i < nr_particles; ++i)
|
for (GLuint i = 0; i < nr_particles; ++i)
|
||||||
{
|
{
|
||||||
Particle &p = particles[i];
|
Particle &p = particles[i];
|
||||||
|
Reference in New Issue
Block a user