mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-25 22:00:25 -04:00
Load md5 information from sounds
This commit is contained in:
parent
ed978e3062
commit
19275799df
1 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,8 @@ var parseScratchObject = function (object, runtime) {
|
|||
rate: sound.rate,
|
||||
sampleCount: sound.sampleCount,
|
||||
soundID: sound.soundID,
|
||||
name: sound.name
|
||||
name: sound.name,
|
||||
md5: sound.md5
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue