mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 18:35:32 +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) {
|
||||
//check sound entities list- if it's not in, add it
|
||||
if (!soundEntityMap[entity]) {
|
||||
print("NEW SOUND!")
|
||||
var soundProperties = {
|
||||
url: soundData.url,
|
||||
volume: soundData.volume || DEFAULT_SOUND_DATA.volume,
|
||||
|
|
Loading…
Reference in a new issue