summaryrefslogtreecommitdiffstats
path: root/src/AssetManager.hpp
diff options
context:
space:
mode:
authorLaG1924 <12997935+LaG1924@users.noreply.github.com>2019-01-27 13:36:47 +0100
committerLaG1924 <12997935+LaG1924@users.noreply.github.com>2019-01-27 15:06:36 +0100
commitb0c6462ca1959a27038f67d5b692f43a8e50decc (patch)
treeb6b1ee958f0877191fb67d0dd92cf46c4ce2abaa /src/AssetManager.hpp
parentAdded portal blockstate (diff)
downloadAltCraft-b0c6462ca1959a27038f67d5b692f43a8e50decc.tar
AltCraft-b0c6462ca1959a27038f67d5b692f43a8e50decc.tar.gz
AltCraft-b0c6462ca1959a27038f67d5b692f43a8e50decc.tar.bz2
AltCraft-b0c6462ca1959a27038f67d5b692f43a8e50decc.tar.lz
AltCraft-b0c6462ca1959a27038f67d5b692f43a8e50decc.tar.xz
AltCraft-b0c6462ca1959a27038f67d5b692f43a8e50decc.tar.zst
AltCraft-b0c6462ca1959a27038f67d5b692f43a8e50decc.zip
Diffstat (limited to 'src/AssetManager.hpp')
-rw-r--r--src/AssetManager.hpp1
1 files changed, 1 insertions, 0 deletions
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<unsigned char> textureData;
unsigned int realWidth, realHeight;
+ unsigned int frames;
size_t id;
};