From b0c6462ca1959a27038f67d5b692f43a8e50decc Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Sun, 27 Jan 2019 17:36:47 +0500 Subject: Basic animated textures support --- src/AssetManager.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/AssetManager.hpp') diff --git a/src/AssetManager.hpp b/src/AssetManager.hpp index 852378f..6c5cb49 100644 --- a/src/AssetManager.hpp +++ b/src/AssetManager.hpp @@ -158,6 +158,7 @@ struct AssetBlockState : Asset { struct AssetTexture : Asset { std::vector textureData; unsigned int realWidth, realHeight; + unsigned int frames; size_t id; }; -- cgit v1.2.3