From 892b9732751b64c2016ba476801e1fe4ed4e750f Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Sat, 16 Sep 2017 20:48:19 +0500 Subject: 2017-09-16 --- 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 279f127..c818abe 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 = 0.1; - double height = 0.1; + double width = 1.0; + double height = 1.0; glm::vec3 renderColor; int entityType=0; bool isMob=false; -- cgit v1.2.3