diff --git a/interface/src/Avatar.cpp b/interface/src/Avatar.cpp index 1bc9013bd6..2084ad01b0 100644 --- a/interface/src/Avatar.cpp +++ b/interface/src/Avatar.cpp @@ -460,7 +460,7 @@ void Avatar::simulate(float deltaTime, Transmitter* transmitter) { } //figure out if the mouse cursor is over any body spheres... - if (isMyAvatar) { + if (isMyAvatar()) { checkForMouseRayTouching(); }