diff options
author | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2017-08-17 17:11:52 +0200 |
---|---|---|
committer | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2017-08-17 17:11:52 +0200 |
commit | c71fd5f2312bc70eec960c2785bf26d73334d6c3 (patch) | |
tree | a2552e127d69db6385cf84846b74c70c646f88f1 /src/Entity.hpp | |
parent | 2017-08-16 (diff) | |
download | AltCraft-c71fd5f2312bc70eec960c2785bf26d73334d6c3.tar AltCraft-c71fd5f2312bc70eec960c2785bf26d73334d6c3.tar.gz AltCraft-c71fd5f2312bc70eec960c2785bf26d73334d6c3.tar.bz2 AltCraft-c71fd5f2312bc70eec960c2785bf26d73334d6c3.tar.lz AltCraft-c71fd5f2312bc70eec960c2785bf26d73334d6c3.tar.xz AltCraft-c71fd5f2312bc70eec960c2785bf26d73334d6c3.tar.zst AltCraft-c71fd5f2312bc70eec960c2785bf26d73334d6c3.zip |
Diffstat (limited to 'src/Entity.hpp')
-rw-r--r-- | src/Entity.hpp | 4 |
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; |