mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02: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