Skip to content
Snippets Groups Projects
Commit cacd049b authored by Shon Ferguson's avatar Shon Ferguson
Browse files

Tried to fix another GGC error.

parent 121ecfe4
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,7 @@ void NiTriStripsData::SetTSTriangles( const vector<Triangle> & in ) {
numTriangles = 0;
TriStrips strips;
vector<unsigned int> idcs(in.size()*3);
triangle_stripper::indices idcs(in.size()*3);
size_t i, j;
for (i=0; i<in.size(); i++)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment