mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 10:43:21 +02:00
connect to correct signal for sound ready
This commit is contained in:
parent
a4ddb7a1e4
commit
47e8a1bdf7
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@ function playChatter() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
chatter.downloaded.connect(playChatter);
|
chatter.ready.connect(playChatter);
|
||||||
|
|
Loading…
Reference in a new issue