iOS: Updated comment in demo.

This commit is contained in:
Philipp Wiesemann 2016-09-26 23:09:19 +02:00
parent ef9bde21c8
commit c6bf0b860a

View file

@ -71,7 +71,7 @@ nextPowerOfTwo(int x)
}
/*
steps each active particle by timestep MILLESECONDS_PER_FRAME
steps each active particle by timestep deltaTime
*/
void
stepParticles(double deltaTime)