This commit is contained in:
Jeffrey Ventrella 2013-05-24 18:05:14 -07:00
parent 8c24477a24
commit 1e4771fe27

View file

@ -530,7 +530,7 @@ void Head::updateHair(float deltaTime) {
for (int t = 0; t < NUM_HAIR_TUFTS; t ++) {
float fraction = (float)t / (float)(NUM_HAIR_TUFTS-1);
float fraction = (float)t / (float)(NUM_HAIR_TUFTS - 1);
float angle = -20.0f + 40.0f * fraction;