mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
add a missing set of parenthesis
This commit is contained in:
parent
6c4dd03867
commit
fd30725222
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue