mirror of
https://github.com/aap/librw.git
synced 2025-01-22 00:32:19 +00:00
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…
x
Reference in New Issue
Block a user