summaryrefslogtreecommitdiffstats
path: root/src/Entity.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Entity.hpp')
-rw-r--r--src/Entity.hpp4
1 files changed, 2 insertions, 2 deletions
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;