mirror of
https://github.com/aap/librw.git
synced 2025-02-17 09:46:09 +00:00
fix type bug
This commit is contained in:
parent
5ac21e0f2f
commit
4c4b199057
@ -1896,7 +1896,7 @@ termOpenGL(void)
|
|||||||
defaultShader_fullLight_noAT = nil;
|
defaultShader_fullLight_noAT = nil;
|
||||||
|
|
||||||
glDeleteTextures(1, &whitetex);
|
glDeleteTextures(1, &whitetex);
|
||||||
whitetex = nil;
|
whitetex = 0;
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user