tiny change

This commit is contained in:
Jeffrey Ventrella 2013-04-25 10:44:01 -07:00
parent 80576120ee
commit 68b3f54f5c

View file

@ -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 )