From fd3072522228422d185a319b4917f7719bb12b82 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 26 Jun 2013 15:53:35 -0700 Subject: [PATCH] add a missing set of parenthesis --- 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 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(); }