mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 07:57:30 +02:00
jshint cleanups
This commit is contained in:
parent
5b908dbf51
commit
c4e5c53eee
1 changed files with 1 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
/* global Tablet, Script, HMD, UserActivityLogger, Entities, Account, Wallet, ContextOverlay, Settings, Camera, Vec3,
|
/* global Tablet, Script, HMD, UserActivityLogger, Entities, Account, Wallet, ContextOverlay, Settings, Camera, Vec3,
|
||||||
Quat, MyAvatar, Clipboard, Menu */
|
Quat, MyAvatar, Clipboard, Menu, Grid, Uuid, GlobalServices, openLoginWindow */
|
||||||
/* eslint indent: ["error", 4, { "outerIIFEBody": 0 }] */
|
/* eslint indent: ["error", 4, { "outerIIFEBody": 0 }] */
|
||||||
|
|
||||||
(function () { // BEGIN LOCAL_SCOPE
|
(function () { // BEGIN LOCAL_SCOPE
|
||||||
|
@ -338,10 +338,6 @@
|
||||||
// we currently assume a wearable is a single entity
|
// we currently assume a wearable is a single entity
|
||||||
Entities.editEntity(pastedEntityIDs[0], offsets);
|
Entities.editEntity(pastedEntityIDs[0], offsets);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isActive) {
|
|
||||||
selectionManager.setSelections(pastedEntityIDs);
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
Window.notifyEditError("Can't import entities: entities would be out of bounds.");
|
Window.notifyEditError("Can't import entities: entities would be out of bounds.");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue