Commit 7dd34947 by Philipp Adolf

Remove commented out code

parent 9175b0a5
......@@ -451,9 +451,6 @@ void Mesh::renderMesh(QOpenGLShaderProgram *shader, int index, int subdivision,
std::shared_ptr<SubdivEntry> entry = entries[index].buffers[subdivision];
// Draw Vertex Array
// qDebug()<<"Render"<<subdivision<<entry->indices_irregular;
if(regular){
if (!entry->indices_regular.isEmpty()) {
f->glBindBuffer(GL_ARRAY_BUFFER, entry->VB_handle);
......
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