From 68b3f54f5c823c53e7d052e0189ca4b91a7ded4e Mon Sep 17 00:00:00 2001 From: Jeffrey Ventrella Date: Thu, 25 Apr 2013 10:44:01 -0700 Subject: [PATCH] tiny change --- 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 9f9d1febba..0ed3baf4fe 100644 --- a/interface/src/Avatar.cpp +++ b/interface/src/Avatar.cpp @@ -297,7 +297,7 @@ void Avatar::simulate(float deltaTime) { } _interactingOtherIsNearby = false; - + // if the avatar being simulated is mine, then loop through // all the other avatars for potential interactions... if ( _isMine )