rework particles math

This commit is contained in:
Eduardo Bart
2011-12-15 17:59:24 -02:00
parent 1339e18202
commit 16bb12011a
6 changed files with 95 additions and 115 deletions

View File

@@ -28,9 +28,6 @@ ParticleManager g_particleManager;
bool ParticleManager::load(const std::string& filename)
{
if(!g_resources.fileExists(filename))
return false;
try {
OTMLDocumentPtr doc = OTMLDocument::parse(filename);
const OTMLNodePtr& node = doc->at("ParticleSystem");