Cleanups
This commit is contained in:
parent
49e43dd085
commit
edcf3fd1ee
|
@ -1306,12 +1306,10 @@ static void gl_glsl_set_params(void *data, void *shader_data,
|
|||
}
|
||||
|
||||
if (size)
|
||||
{
|
||||
gl_glsl_set_attribs(glsl, glsl->vbo[glsl->glsl_active_index].vbo_secondary,
|
||||
&glsl->vbo[glsl->glsl_active_index].buffer_secondary,
|
||||
&glsl->vbo[glsl->glsl_active_index].size_secondary,
|
||||
buffer, size, attribs, attribs_size);
|
||||
}
|
||||
|
||||
glActiveTexture(GL_TEXTURE0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue