mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-01 09:10:18 -06:00
Remove warnings
- Unit tests - core - onscreengui - debugging - newhorizons Update Ghoul
This commit is contained in:
@@ -111,7 +111,7 @@ void DebugRenderer::renderVertices(const Vertices& clippingSpacePoints, GLenum m
|
||||
glVertexAttribPointer(0, 4, GL_FLOAT, GL_FALSE, sizeof(clippingSpacePoints[0]), 0);
|
||||
|
||||
// Draw the vertices
|
||||
glDrawArrays(mode, 0, clippingSpacePoints.size());
|
||||
glDrawArrays(mode, 0, static_cast<GLsizei>(clippingSpacePoints.size()));
|
||||
|
||||
// Check for errors
|
||||
GLenum error = glGetError();
|
||||
|
||||
Reference in New Issue
Block a user