@@ -30,8 +30,6 @@ void plane::loadModel() {
void plane::draw() {
glDisable(GL_CULL_FACE);
// 1st attribute buffer: vertices
glEnableVertexAttribArray(0);
glBindBuffer(GL_ARRAY_BUFFER, this->vertexbuffer);
The note is not visible to the blocked user.