UITextEdit selection, closes #55

This commit is contained in:
Eduardo Bart
2013-01-20 11:38:02 -02:00
parent 9907e9e5c7
commit 84dfd4f7f3
5 changed files with 271 additions and 37 deletions

View File

@@ -42,7 +42,6 @@ bool ParticleManager::importParticle(std::string file)
ParticleTypePtr particleType = ParticleTypePtr(new ParticleType);
particleType->load(node);
m_particleTypes[particleType->getName()] = particleType;
dump << particleType->getName();
}
}
return true;