Small fixes

This commit is contained in:
viktorljung
2015-10-22 11:55:02 +02:00
parent 9b9f959602
commit f59f123340
3 changed files with 531 additions and 530 deletions
+2 -1
View File
@@ -61,7 +61,7 @@ void dd::Systems::PadSystem::Initialize()
SetEdge(3.2 - (ctransform->Scale.x / 2));
}
/*
{
auto entBody = m_World->CreateEntity();
auto ctransform = m_World->AddComponent<Components::Transform>(entBody);
@@ -72,6 +72,7 @@ void dd::Systems::PadSystem::Initialize()
auto animationComponent = m_World->AddComponent<Components::Animation>(entBody);
animationComponent->Speed = 0.6f;
}
*/
//Stick
{