a few minor but important world renderer fixes & impr
This commit is contained in:
parent
7aeb13f9fe
commit
9a8ff32f5a
10 changed files with 63 additions and 12 deletions
|
|
@ -40,7 +40,6 @@ subscribeKey(miscUiState, 'gameLoaded', async () => {
|
|||
return
|
||||
}
|
||||
if (!options.volume) return
|
||||
console.debug('play sound', soundId)
|
||||
const parts = soundString.split(';')
|
||||
const soundVolume = +parts[0]!
|
||||
const soundName = parts[1]!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue