Remove this
This commit is contained in:
parent
8a82fd7905
commit
2327d38e0d
|
@ -1442,10 +1442,7 @@ static bool gl_glsl_set_mvp(void *data, void *shader_data, const math_matrix_4x4
|
||||||
(void)data;
|
(void)data;
|
||||||
|
|
||||||
if (!glsl || !glsl->shader->modern)
|
if (!glsl || !glsl->shader->modern)
|
||||||
{
|
|
||||||
gl_ff_matrix(mat);
|
|
||||||
return false;
|
return false;
|
||||||
}
|
|
||||||
|
|
||||||
loc = glsl->uniforms[glsl->active_idx].mvp;
|
loc = glsl->uniforms[glsl->active_idx].mvp;
|
||||||
if (loc >= 0)
|
if (loc >= 0)
|
||||||
|
|
Loading…
Reference in New Issue