mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
Add support for teleportToEntity
Add support for teleportToEntity
This commit is contained in:
parent
3241ea7c1f
commit
8c94d20177
1 changed files with 2 additions and 0 deletions
|
@ -327,6 +327,8 @@ EntityListTool = function(shouldUseEditTabletApp) {
|
|||
selectAllEntitiesInCurrentSelectionBox(false);
|
||||
} else if (data.type === 'selectAllTouchingBox') {
|
||||
selectAllEntitiesInCurrentSelectionBox(true);
|
||||
} else if (data.type === 'teleportToEntity') {
|
||||
SelectionManager.teleportToEntity();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue