From 5db7b74c1e4f2ed174fbc45d2d476f739ffd25f7 Mon Sep 17 00:00:00 2001 From: Philip Rosedale Date: Wed, 8 May 2013 21:19:15 -0700 Subject: [PATCH] spacing --- interface/src/Avatar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Avatar.cpp b/interface/src/Avatar.cpp index 6583af5484..fe49bd7cb8 100644 --- a/interface/src/Avatar.cpp +++ b/interface/src/Avatar.cpp @@ -1252,7 +1252,7 @@ void Avatar::updateBodySprings(float deltaTime) { // Check for a large repositioning, and re-initialize body springs if this has happened const float BEYOND_BODY_SPRING_RANGE = 2.f; if (glm::length(_position - _joint[AVATAR_JOINT_PELVIS].springyPosition) > BEYOND_BODY_SPRING_RANGE) { - initializeBodySprings(); + initializeBodySprings(); } for (int b = 0; b < NUM_AVATAR_JOINTS; b++) { glm::vec3 springVector(_joint[b].springyPosition);