mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 07:23:39 +02:00
Removed stray variable test
This commit is contained in:
parent
734330dc06
commit
5fab6c37a3
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ gridTool.setVisible(false);
|
||||||
|
|
||||||
var entityListTool = new EntityListTool();
|
var entityListTool = new EntityListTool();
|
||||||
|
|
||||||
selectionManager.addEventListener(function (test) {
|
selectionManager.addEventListener(function () {
|
||||||
selectionDisplay.updateHandles();
|
selectionDisplay.updateHandles();
|
||||||
entityIconOverlayManager.updatePositions();
|
entityIconOverlayManager.updatePositions();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue