This commit is contained in:
adroitwhiz 2025-05-04 02:06:32 +00:00 committed by GitHub
commit 2c8190ad01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -592,8 +592,8 @@ const runBenchmark = function () {
const storage = new ScratchStorage();
const AssetType = storage.AssetType;
storage.addWebSource([AssetType.Project], getProjectUrl);
storage.addWebSource([AssetType.ImageVector, AssetType.ImageBitmap, AssetType.Sound], getAssetUrl);
storage.addWebStore([AssetType.Project], getProjectUrl);
storage.addWebStore([AssetType.ImageVector, AssetType.ImageBitmap, AssetType.Sound], getAssetUrl);
vm.attachStorage(storage);
new LoadingProgress(progress => {