1
0
forked from noxious/client

http improvements, fixed link

This commit is contained in:
2024-12-27 00:48:36 +01:00
parent 231f19a30f
commit 6dad7bc9dd
5 changed files with 12 additions and 11 deletions

View File

@ -36,7 +36,7 @@ export class AssetStorage {
frameWidth: asset.frameWidth,
frameHeight: asset.frameHeight,
frameRate: asset.frameRate,
frameCount: asset.frameCount
frameRate: asset.frameRate
})
} catch (error) {
console.error(`Failed to add asset ${asset.key}:`, error)