mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 19:14:59 +02:00
Minor code changes
Minor code changes
This commit is contained in:
parent
510eb08be1
commit
5a71881799
1 changed files with 2 additions and 2 deletions
|
@ -1482,7 +1482,7 @@ function setupModelMenus() {
|
|||
menuItemName: MENU_ENTITY_LIST_DEFAULT_RADIUS,
|
||||
afterItem: MENU_SHOW_ZONES_IN_EDIT_MODE
|
||||
});
|
||||
|
||||
|
||||
Entities.setLightsArePickable(false);
|
||||
}
|
||||
|
||||
|
@ -2404,7 +2404,7 @@ var PropertiesTool = function (opts) {
|
|||
}
|
||||
var i, properties, dY, diff, newPosition;
|
||||
if (data.type === "update") {
|
||||
|
||||
|
||||
if (data.properties || data.propertiesMap) {
|
||||
var propertiesMap = data.propertiesMap;
|
||||
if (propertiesMap === undefined) {
|
||||
|
|
Loading…
Reference in a new issue