diff --git a/src/storage/assetStorage.ts b/src/storage/assetStorage.ts
index 1e44814..afe2095 100644
--- a/src/storage/assetStorage.ts
+++ b/src/storage/assetStorage.ts
@@ -35,7 +35,6 @@ export class AssetStorage {
         isAnimated: asset.isAnimated,
         frameWidth: asset.frameWidth,
         frameHeight: asset.frameHeight,
-        frameRate: asset.frameRate,
         frameRate: asset.frameRate
       })
     } catch (error) {