mirror of
https://github.com/lubosz/overte.git
synced 2025-04-05 22:22:23 +02:00
Fix not working entity list in Create App
This commit is contained in:
parent
da03262084
commit
8e83436dfb
2 changed files with 0 additions and 5 deletions
|
@ -955,7 +955,6 @@ function loaded() {
|
|||
type: type,
|
||||
url: filename,
|
||||
fullUrl: filename,
|
||||
urlWithPath: entity.certificateID === "" ? entity.url : "<i>" + CERTIFIED_PLACEHOLDER + "</i>",
|
||||
locked: entity.locked,
|
||||
visible: entity.visible,
|
||||
verticesCount: displayIfNonZero(entity.verticesCount),
|
||||
|
|
|
@ -53,7 +53,6 @@
|
|||
}
|
||||
},
|
||||
"canCastShadow": true,
|
||||
"certificateID": "",
|
||||
"clientOnly": true,
|
||||
"cloneAvatarEntity": false,
|
||||
"cloneDynamic": false,
|
||||
|
@ -240,7 +239,6 @@
|
|||
}
|
||||
},
|
||||
"canCastShadow": true,
|
||||
"certificateID": "",
|
||||
"clientOnly": true,
|
||||
"cloneAvatarEntity": false,
|
||||
"cloneDynamic": false,
|
||||
|
@ -445,7 +443,6 @@
|
|||
}
|
||||
},
|
||||
"canCastShadow": true,
|
||||
"certificateID": "",
|
||||
"clientOnly": true,
|
||||
"cloneAvatarEntity": false,
|
||||
"cloneDynamic": false,
|
||||
|
@ -665,7 +662,6 @@
|
|||
}
|
||||
},
|
||||
"canCastShadow": true,
|
||||
"certificateID": "",
|
||||
"clientOnly": true,
|
||||
"cloneAvatarEntity": false,
|
||||
"cloneDynamic": false,
|
||||
|
|
Loading…
Reference in a new issue