Commit 424d87e8 authored by hybrid's avatar hybrid

Minor syntax problem with missing space after template brace.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4262 dfc29bdd-3216-0410-991c-e03cc46cb475
parent aac4394c
...@@ -195,7 +195,7 @@ IAnimatedMesh* CLWOMeshFileLoader::createMesh(io::IReadFile* file) ...@@ -195,7 +195,7 @@ IAnimatedMesh* CLWOMeshFileLoader::createMesh(io::IReadFile* file)
// create actual geometry for lwo2 // create actual geometry for lwo2
if (FormatVersion==2) if (FormatVersion==2)
{ {
core::array<u32>vertexCount; core::array<u32> vertexCount;
vertexCount.reallocate(Materials.size()); vertexCount.reallocate(Materials.size());
for (i=0; i<Materials.size(); ++i) for (i=0; i<Materials.size(); ++i)
vertexCount.push_back(0); vertexCount.push_back(0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment