Omg dem filter merge skillz
Merge remote-tracking branch 'origin/deffered_rendering' into particles Conflicts: src/GameWorld.cpp src/Systems/ParticleSystem.cpp src/Systems/ParticleSystem.h vs11/Returngeance/Returngeance.vcxproj vs11/Returngeance/Returngeance.vcxproj.filters
This commit is contained in:
@@ -26,6 +26,7 @@ void Systems::ParticleSystem::Update(double dt)
|
||||
{
|
||||
m_World->RemoveEntity(explosionID);
|
||||
it = m_ExplosionEmitters.erase(it);
|
||||
//LOG_INFO("Deleted explosion emitter successfully");
|
||||
LOG_INFO("Deleted explosion emitter successfully");
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user