From 1b9da2de1bbd17a52046c37f3707dec4383142ca Mon Sep 17 00:00:00 2001 From: PlatinumSkink Date: Mon, 14 Sep 2015 14:38:18 +0200 Subject: [PATCH] Put back the out-commented line that broke it all. --- include/Core/Engine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Core/Engine.h b/include/Core/Engine.h index 915458d..352a763 100755 --- a/include/Core/Engine.h +++ b/include/Core/Engine.h @@ -115,7 +115,7 @@ public: transform->Position = glm::vec3(0.5f, 0.f, -10.f); transform->Scale = glm::vec3(1.f, 1.f, 1.f); - //std::shared_ptr sprite = m_World->AddComponent(ent); + std::shared_ptr sprite = m_World->AddComponent(ent); sprite->SpriteFile = "Textures/Ball.png"; std::shared_ptr circleShape = m_World->AddComponent(ent);