From 41e0c7b07ae288d30694a502112102ac8594832c Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 13 Mar 2014 01:49:42 +0100 Subject: [PATCH] COLLIBRI --- Escape-the-Dawn/GameWorld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Escape-the-Dawn/GameWorld.cpp b/Escape-the-Dawn/GameWorld.cpp index 9a1d074..8e9fb82 100644 --- a/Escape-the-Dawn/GameWorld.cpp +++ b/Escape-the-Dawn/GameWorld.cpp @@ -103,7 +103,7 @@ void GameWorld::Initialize() bounds = AddComponent(m_Player, "Bounds"); bounds->Origin = glm::vec3(transform->Position.x, transform->Position.y - 4, transform->Position.z + 3); bounds->VolumeVector = glm::vec3(4.f,0.7f,4); - bounds->VolumeVector = glm::vec3(1.f,0.7f,1.f); + //bounds->VolumeVector = glm::vec3(1.f,0.7f,1.f); player2 = CreateEntity();