Merge branch 'ogl-compileshaders-bug' into 'next'

Remove misplaced SetShader call in CompileShaders (Fixes #402)

Closes #402

See merge request STJr/SRB2!1423
This commit is contained in:
Lachlan Wright 2021-03-09 00:14:17 -05:00
commit c589fe85e4
1 changed files with 0 additions and 2 deletions

View File

@ -962,8 +962,6 @@ EXPORT boolean HWRAPI(CompileShaders) (void)
}
}
SetShader(SHADER_DEFAULT);
return true;
#else
return false;