1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-22 20:25:28 +08:00

misspelled

This commit is contained in:
cathy0612
2020-03-09 23:36:37 +08:00
parent adbdbdcda5
commit 8cfe37c6b8

View File

@@ -97,7 +97,7 @@ for (GLuint i = 0; i < nr_new_particles; ++i)
int unusedParticle = FirstUnusedParticle();
RespawnParticle(particles[unusedParticle], object, offset);
}
// Uupdate all particles
// Update all particles
for (GLuint i = 0; i < nr_particles; ++i)
{
Particle &p = particles[i];