diff options
Diffstat (limited to 'src/AssetManager.hpp')
-rw-r--r-- | src/AssetManager.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AssetManager.hpp b/src/AssetManager.hpp index 1996c9e..5d86d9c 100644 --- a/src/AssetManager.hpp +++ b/src/AssetManager.hpp @@ -39,14 +39,14 @@ struct ParsedFace { glm::mat4 transform; glm::vec4 texture; float layer; - glm::vec3 color; + glm::vec3 color; }; struct BlockFaces { glm::mat4 transform; std::vector<ParsedFace> faces; bool isBlock; - FaceDirection direction; + Vector faceDirectionVector[FaceDirection::none]; }; struct BlockModel { |