mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
remove unneeded check from copy-paste
This commit is contained in:
parent
aeabae4faf
commit
599d9c568a
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ AvatarList.avatarRemovedEvent.connect(function(avatarID){
|
|||
Controller.mousePressEvent.connect(function(event){
|
||||
// handle click events so we can detect when our overlays are clicked
|
||||
|
||||
if (!event.isLeftButton && !that.triggered) {
|
||||
if (!event.isLeftButton) {
|
||||
// if another mouse button than left is pressed ignore it
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue