diff options
Diffstat (limited to 'opengl/libagl/vertex.cpp')
-rw-r--r-- | opengl/libagl/vertex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libagl/vertex.cpp b/opengl/libagl/vertex.cpp index dad04d6..9aacdb3 100644 --- a/opengl/libagl/vertex.cpp +++ b/opengl/libagl/vertex.cpp @@ -41,7 +41,7 @@ void ogles_init_vertex(ogles_context_t* c) c->currentNormal.z = 0x10000; } -void ogles_uninit_vertex(ogles_context_t* c) +void ogles_uninit_vertex(ogles_context_t* /*c*/) { } |