Skip to content
Snippets Groups Projects
Commit 0c50236a authored by David Parks's avatar David Parks
Browse files

CTS-26 Fix for LOD generation always using first file specified.

parent a1f6391d
No related branches found
No related tags found
No related merge requests found
......@@ -566,7 +566,7 @@ void LLVertexBuffer::destroyGLBuffer()
}
mGLBuffer = 0;
unbind();
//unbind();
}
void LLVertexBuffer::destroyGLIndices()
......@@ -593,7 +593,7 @@ void LLVertexBuffer::destroyGLIndices()
}
mGLIndices = 0;
unbind();
//unbind();
}
void LLVertexBuffer::updateNumVerts(S32 nverts)
......
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