mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Update scripts/system/create/edit.js
Co-Authored-By: Zach Fox <fox@highfidelity.com>
This commit is contained in:
parent
4ae3c67493
commit
481e239a37
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ var toolBar = (function () {
|
|||
entityID = Entities.addEntity(properties);
|
||||
|
||||
// Make sure the entity is loaded before we try to figure out
|
||||
// it's dimensions.
|
||||
// its dimensions.
|
||||
var MAX_LOADED_CHECKS = 10;
|
||||
var LOADED_CHECK_INTERVAL = 200;
|
||||
var isLoadedCheckCount = 0;
|
||||
|
|
Loading…
Reference in a new issue