summaryrefslogtreecommitdiffstats
path: root/src/AssetManager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/AssetManager.hpp')
-rw-r--r--src/AssetManager.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/AssetManager.hpp b/src/AssetManager.hpp
index 6c5cb49..de3881e 100644
--- a/src/AssetManager.hpp
+++ b/src/AssetManager.hpp
@@ -41,7 +41,8 @@ struct ParsedFace {
glm::mat4 transform;
glm::vec4 texture;
float layer;
- glm::vec3 color;
+ float frames;
+ glm::vec3 color;
};
struct BlockFaces {