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