From 7c7c931e8384a398b39c1e3e168624049a5206fa Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Fri, 12 Apr 2013 17:10:04 -0700 Subject: [PATCH] fixed build buster after merge --- interface/src/Head.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Head.h b/interface/src/Head.h index eeaa4ebee0..74026aac79 100644 --- a/interface/src/Head.h +++ b/interface/src/Head.h @@ -256,7 +256,7 @@ class Head : public AgentData { float springVelocityDecay; float springForce; - //float springToBodyTightness; + float springToBodyTightness; // XXXBHG - this had been commented out, but build breaks without it. int eyeContact; eyeContactTargets eyeContactTarget;