mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:28:09 +02:00
Fix compiler warnings on linux
This commit is contained in:
parent
bf43db7c14
commit
6c50491ee7
1 changed files with 0 additions and 2 deletions
|
@ -384,8 +384,6 @@ void PrimitiveRenderer::initializeGL() {
|
||||||
// Initialize the first vertex element in the buffer to all zeros, the
|
// Initialize the first vertex element in the buffer to all zeros, the
|
||||||
// degenerate case
|
// degenerate case
|
||||||
deconstructVertexElement(0);
|
deconstructVertexElement(0);
|
||||||
|
|
||||||
GLint err = glGetError();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrimitiveRenderer::initializeBookkeeping() {
|
void PrimitiveRenderer::initializeBookkeeping() {
|
||||||
|
|
Loading…
Reference in a new issue