even more bug fixes

This commit is contained in:
viktorljung
2015-10-07 15:45:50 +02:00
parent 892fe5e666
commit 71fe786b04
4 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -99,9 +99,9 @@ namespace dd
//TODO: Fill struct with info needed.
struct ParticleEmitter
{
std::vector<b2ParticleSystem*> ParticleSystem;
std::vector<EntityID> ParticleEmitter;
std::vector<EntityID> ParticleTemplate;
std::vector<b2ParticleSystem*> System;
std::vector<EntityID> Emitter;
std::vector<EntityID> Template;
};
ParticleEmitter m_ParticleEmitters;