fixed wrong placed triangles,
updated release exe
This commit is contained in:
@@ -247,7 +247,7 @@ void OpenGLController::updateScene()
|
||||
glVertexAttribPointer(1, 2, GL_FLOAT, GL_FALSE, 0, 0);
|
||||
|
||||
//draw objects
|
||||
glDrawArrays(GL_TRIANGLES, 0, ui32MeshSize * 3);
|
||||
glDrawArrays(GL_TRIANGLES, 0, ui32MeshSize);
|
||||
|
||||
//close attributes
|
||||
glDisableVertexAttribArray(0);
|
||||
|
Reference in New Issue
Block a user