diff options
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 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; |