Update scripts/system/create/edit.js

Co-Authored-By: Zach Fox <fox@highfidelity.com>
This commit is contained in:
MiladNazeri 2019-11-15 12:43:25 -08:00 committed by GitHub
parent 4ae3c67493
commit 481e239a37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;