add a missing set of parenthesis

This commit is contained in:
Stephen Birarda 2013-06-26 15:53:35 -07:00
parent 6c4dd03867
commit fd30725222

View file

@ -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();
}