mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 06:03:26 +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,
|
menuItemName: MENU_ENTITY_LIST_DEFAULT_RADIUS,
|
||||||
afterItem: MENU_SHOW_ZONES_IN_EDIT_MODE
|
afterItem: MENU_SHOW_ZONES_IN_EDIT_MODE
|
||||||
});
|
});
|
||||||
|
|
||||||
Entities.setLightsArePickable(false);
|
Entities.setLightsArePickable(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2404,7 +2404,7 @@ var PropertiesTool = function (opts) {
|
||||||
}
|
}
|
||||||
var i, properties, dY, diff, newPosition;
|
var i, properties, dY, diff, newPosition;
|
||||||
if (data.type === "update") {
|
if (data.type === "update") {
|
||||||
|
|
||||||
if (data.properties || data.propertiesMap) {
|
if (data.properties || data.propertiesMap) {
|
||||||
var propertiesMap = data.propertiesMap;
|
var propertiesMap = data.propertiesMap;
|
||||||
if (propertiesMap === undefined) {
|
if (propertiesMap === undefined) {
|
||||||
|
|
Loading…
Reference in a new issue