mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-27 11:40:52 +00:00
Fix mistake in previous commit
This commit is contained in:
parent
4e8349fccc
commit
957768efd1
1 changed files with 1 additions and 1 deletions
|
@ -790,7 +790,7 @@ void SetupGLFunc4(void)
|
|||
}
|
||||
|
||||
// jimita
|
||||
EXPORT void HWRAPI(LoadShaders) (void)
|
||||
EXPORT boolean HWRAPI(LoadShaders) (void)
|
||||
{
|
||||
#ifdef GL_SHADERS
|
||||
GLuint gl_vertShader, gl_fragShader;
|
||||
|
|
Loading…
Reference in a new issue