mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-09 12:33:58 -04: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 soundPromises = (object.sounds || []).map(soundSource => {
|
||||||
const sound = {
|
const sound = {
|
||||||
format: soundSource.format,
|
format: soundSource.format,
|
||||||
// fileUrl: soundSource.fileUrl,
|
|
||||||
rate: soundSource.rate,
|
rate: soundSource.rate,
|
||||||
sampleCount: soundSource.sampleCount,
|
sampleCount: soundSource.sampleCount,
|
||||||
// soundID: soundSource.soundID,
|
|
||||||
name: soundSource.name,
|
name: soundSource.name,
|
||||||
md5: soundSource.md5,
|
md5: soundSource.md5,
|
||||||
data: null
|
data: null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue