diff --git a/interface/src/Head.cpp b/interface/src/Head.cpp index 28b526894b..1486013c9c 100644 --- a/interface/src/Head.cpp +++ b/interface/src/Head.cpp @@ -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;