diff options
Diffstat (limited to 'src/assets.h')
-rw-r--r-- | src/assets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assets.h b/src/assets.h index eed002b..8dd9e51 100644 --- a/src/assets.h +++ b/src/assets.h @@ -14,7 +14,7 @@ extern const char animationAssetsNames[ANIMATION_ASSET_COUNT][ASSETS_NAME_MAX]; typedef struct Assets { Texture textures[TEXTURE_ASSET_COUNT]; - Animation animations[ANIMATION_ASSET_COUNT]; + AnimationAsset animations[ANIMATION_ASSET_COUNT]; } Assets; void initAssets(Assets* assets); |