mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix mistake in previous commit
This commit is contained in:
parent
e4bbe42eec
commit
1e6444767e
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…
Add table
Reference in a new issue