From c71fd5f2312bc70eec960c2785bf26d73334d6c3 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Thu, 17 Aug 2017 20:11:52 +0500 Subject: 2017-08-17 --- src/GameState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GameState.cpp') 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; -- cgit v1.2.3