Removed obsolete opengl module
This commit is contained in:
@@ -54,7 +54,7 @@ void Handrail::render(const RenderSettings& rs) {
|
||||
}
|
||||
|
||||
rs.shader->setVertices(vertices.data());
|
||||
glDrawArrays(GL_LINES, 0, vertices.size() / 3);
|
||||
rs.funcs->glDrawArrays(GL_LINES, 0, vertices.size() / 3);
|
||||
rs.shader->unsetVertices();
|
||||
|
||||
rs.shader->release();
|
||||
|
||||
Reference in New Issue
Block a user