From c71fd5f2312bc70eec960c2785bf26d73334d6c3 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Thu, 17 Aug 2017 20:11:52 +0500 Subject: 2017-08-17 --- src/Entity.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Entity.hpp') diff --git a/src/Entity.hpp b/src/Entity.hpp index c818abe..279f127 100644 --- a/src/Entity.hpp +++ b/src/Entity.hpp @@ -126,8 +126,8 @@ struct Entity { unsigned int entityId = 0; double yaw = 0; double pitch = 0; - double width = 1.0; - double height = 1.0; + double width = 0.1; + double height = 0.1; glm::vec3 renderColor; int entityType=0; bool isMob=false; -- cgit v1.2.3