Moved resources includes to the top of the implementations

Former-commit-id: 788a62f66aa47fe76e32ef0b76e9e962b1c5f2e6
This commit is contained in:
Lynix
2015-01-19 20:34:09 +01:00
parent e2d4ba030c
commit 47fa5dc731
4 changed files with 83 additions and 80 deletions

View File

@@ -279,7 +279,7 @@ void NzParticleSystem::ResizeBuffer()
// Histoire de décrire un peu mieux l'erreur en cas d'échec
try
{
m_buffer.resize(m_maxParticleCount*m_particleSize);
m_buffer.resize(m_maxParticleCount*m_particleSize*2);
}
catch (const std::exception& e)
{