mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 08:56:36 +02:00
removing comment
This commit is contained in:
parent
31baa46ee0
commit
ad92b172cb
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ Rectangle {
|
|||
}
|
||||
|
||||
function entityHasAvatarJoints(entityID) {
|
||||
console.log(entityID);
|
||||
var hasAvatarJoint = false;
|
||||
var entityJointNames = Entities.getJointNames(entityID);
|
||||
for (var index = 0; index < entityJointNames.length; index++) {
|
||||
|
|
Loading…
Reference in a new issue