Merge branch 'bugfix' of https://github.com/teamfisk/AgileBreakOut into bugfix

This commit is contained in:
PlatinumSkink
2015-10-01 15:47:12 +02:00
9 changed files with 6019 additions and 383 deletions
+1
View File
@@ -138,6 +138,7 @@ public:
m_World->ComponentFactory.Register<Components::ParticleEmitter>();
m_World->Initialize();
//PointLightTest
{
auto t_Light = m_World->CreateEntity();