code cleanup: quiet struct gcc warnings, also use more conventional names for bmesh dissolve.

This commit is contained in:
2013-03-12 08:50:02 +00:00
parent d9960dba31
commit ee3d910f8f
3 changed files with 11 additions and 11 deletions

View File

@@ -1265,7 +1265,7 @@ void GPU_shader_bind(GPUShader *shader)
GPU_print_error("Post Shader Bind");
}
void GPU_shader_unbind()
void GPU_shader_unbind(void)
{
GPU_print_error("Pre Shader Unbind");
glUseProgramObjectARB(0);