mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 22:36:39 +02:00
no comment
This commit is contained in:
parent
0932df621a
commit
4ab3bd204d
1 changed files with 0 additions and 1 deletions
|
@ -113,7 +113,6 @@ function handleFoundSoundEntities(entities) {
|
||||||
if (soundData && soundData.url) {
|
if (soundData && soundData.url) {
|
||||||
//check sound entities list- if it's not in, add it
|
//check sound entities list- if it's not in, add it
|
||||||
if (!soundEntityMap[entity]) {
|
if (!soundEntityMap[entity]) {
|
||||||
print("NEW SOUND!")
|
|
||||||
var soundProperties = {
|
var soundProperties = {
|
||||||
url: soundData.url,
|
url: soundData.url,
|
||||||
volume: soundData.volume || DEFAULT_SOUND_DATA.volume,
|
volume: soundData.volume || DEFAULT_SOUND_DATA.volume,
|
||||||
|
|
Loading…
Reference in a new issue