mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-11 10:39:56 -05:00
Removing cruft...
This commit is contained in:
parent
b4f6f24926
commit
24e248d4fb
1 changed files with 0 additions and 2 deletions
|
@ -197,10 +197,8 @@ const parseScratchObject = function (object, runtime, extensions, zip) {
|
|||
const soundPromises = (object.sounds || []).map(soundSource => {
|
||||
const sound = {
|
||||
format: soundSource.format,
|
||||
// fileUrl: soundSource.fileUrl,
|
||||
rate: soundSource.rate,
|
||||
sampleCount: soundSource.sampleCount,
|
||||
// soundID: soundSource.soundID,
|
||||
name: soundSource.name,
|
||||
md5: soundSource.md5,
|
||||
data: null
|
||||
|
|
Loading…
Reference in a new issue