From 7562a79fa214245544cb379423314c3a0766a7f2 Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 14 Aug 2023 03:40:10 +0200 Subject: Generate AABBs for terrain that collides with Player --- src/World/Generation/Decoration.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/World/Generation/Decoration.hpp') 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; -- cgit 1.4.1