diff options
author | LaG1924 <lag1924@gmail.com> | 2021-12-28 05:19:31 +0100 |
---|---|---|
committer | LaG1924 <lag1924@gmail.com> | 2021-12-28 05:19:31 +0100 |
commit | e265b7f69f9fa0d81e8d6882fae08a0acbb1c50c (patch) | |
tree | aa1568fe1eb16bf7ec534197044d7f2ec4a6aeb8 /src/AssetManager.hpp | |
parent | Added RegisterLiquid to lua api (diff) | |
download | AltCraft-e265b7f69f9fa0d81e8d6882fae08a0acbb1c50c.tar AltCraft-e265b7f69f9fa0d81e8d6882fae08a0acbb1c50c.tar.gz AltCraft-e265b7f69f9fa0d81e8d6882fae08a0acbb1c50c.tar.bz2 AltCraft-e265b7f69f9fa0d81e8d6882fae08a0acbb1c50c.tar.lz AltCraft-e265b7f69f9fa0d81e8d6882fae08a0acbb1c50c.tar.xz AltCraft-e265b7f69f9fa0d81e8d6882fae08a0acbb1c50c.tar.zst AltCraft-e265b7f69f9fa0d81e8d6882fae08a0acbb1c50c.zip |
Diffstat (limited to 'src/AssetManager.hpp')
-rw-r--r-- | src/AssetManager.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AssetManager.hpp b/src/AssetManager.hpp index 59fc851..cad7eaf 100644 --- a/src/AssetManager.hpp +++ b/src/AssetManager.hpp @@ -49,6 +49,7 @@ struct BlockFaces { std::vector<ParsedFace> faces; bool isBlock; bool ambientOcclusion; + bool isLiquid; //if true, then faces contains only two elements with valid texture data Vector faceDirectionVector[FaceDirection::none]; }; |