summaryrefslogtreecommitdiff
path: root/gfx/models/vertex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/models/vertex.cpp')
-rw-r--r--gfx/models/vertex.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gfx/models/vertex.cpp b/gfx/models/vertex.cpp
index dc32f72..4b5ce54 100644
--- a/gfx/models/vertex.cpp
+++ b/gfx/models/vertex.cpp
@@ -3,8 +3,8 @@
template<>
Impl::VertexArrayConfigurator &
-Impl::VertexArrayConfigurator::addAttribsFor<Vertex>(const GLuint divisor, const glBuffer & buffer)
+Impl::VertexArrayConfigurator::addAttribsFor<Vertex>(const GLuint divisor)
{
return addAttribs<Vertex, &Vertex::pos, &Vertex::texCoord, &Vertex::normal, &Vertex::colour, &Vertex::material>(
- divisor, buffer);
+ divisor);
}