diff options
| author | Mel <einebeere@gmail.com> | 2023-08-14 03:40:10 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2023-08-14 03:40:10 +0200 |
| commit | 7562a79fa214245544cb379423314c3a0766a7f2 (patch) | |
| tree | 0aaafd06c6026fabc82dbc3454487d009c9043e7 /src/World/Generation/Decoration.hpp | |
| parent | 5a1b126f1f6d55226c2b5068d0c17c428fd29ba8 (diff) | |
| download | meowcraft-7562a79fa214245544cb379423314c3a0766a7f2.tar.zst meowcraft-7562a79fa214245544cb379423314c3a0766a7f2.zip | |
Generate AABBs for terrain that collides with Player
Diffstat (limited to 'src/World/Generation/Decoration.hpp')
| -rw-r--r-- | src/World/Generation/Decoration.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World/Generation/Decoration.hpp b/src/World/Generation/Decoration.hpp index 2f119ff..c157688 100644 --- a/src/World/Generation/Decoration.hpp +++ b/src/World/Generation/Decoration.hpp @@ -7,7 +7,7 @@ namespace MC::World::Generation { class Decorator { public: - using Pos = Vector<3, UInt>; + using Pos = Position::BlockLocal; virtual ~Decorator() = default; |
