compile error, lua const

This commit is contained in:
Henrique Santiago
2012-06-01 17:53:04 -03:00
parent 14db1066fc
commit 6fce78d519
3 changed files with 7 additions and 4 deletions

View File

@@ -172,7 +172,7 @@ bool ParticleEmitter::load(const OTMLNodePtr& node)
m_pColorsStops.push_back(0);
if(m_pColors.size() != m_pColorsStops.size()) {
g_logger.error(stdext::format("particle colors must be equal to colorstops-1"));
g_logger.error("particle colors must be equal to colorstops-1");
return false;
}