mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
Merge pull request #94 from daleglass-overte/fix-simplified-nametag
Fix "Error: Can't find variable: blockedsKeyPressed in simplifiedNametag
This commit is contained in:
commit
2269cc205c
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ function unload() {
|
|||
Window.domainChanged.disconnect(onDomainChange);
|
||||
AvatarManager.avatarRemovedEvent.disconnect(onAvatarRemoved);
|
||||
AvatarManager.avatarAddedEvent.disconnect(onAvatarAdded);
|
||||
Controller.keyPressEvent.disconnect(blockedsKeyPressed);
|
||||
Controller.keyPressEvent.disconnect(blockedKeysPressed);
|
||||
Controller.keyReleaseEvent.disconnect(blockedKeysReleased);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue