mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 19:29:54 +02:00
fix da typo
This commit is contained in:
parent
cad8d1ff17
commit
6bd00f3203
1 changed files with 1 additions and 2 deletions
|
@ -91,8 +91,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
Entities.editEntity(_this.entityID, {
|
Entities.editEntity(_this.entityID, {
|
||||||
textures: JSON.stringify(data);
|
textures: JSON.stringify(data)
|
||||||
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue