summaryrefslogtreecommitdiffstats
path: root/src/GameState.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GameState.cpp')
-rw-r--r--src/GameState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GameState.cpp b/src/GameState.cpp
index afe1e26..025eeda 100644
--- a/src/GameState.cpp
+++ b/src/GameState.cpp
@@ -107,7 +107,7 @@ void GameState::UpdatePacket()
entity.pitch = packet->Pitch / 256.0;
entity.renderColor = glm::vec3(1, 0, 0);
entity.height = 1.8;
- entity.width = 0.5;
+ entity.width = 0.6;
world.entities.push_back(entity);
EventAgregator::PushEvent(EventType::EntityChanged, EntityChangedData{ entity.entityId });
break;