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 )