mirror of
https://github.com/aap/librw.git
synced 2025-12-20 01:19:51 +00:00
fix type bug
This commit is contained in:
@@ -1896,7 +1896,7 @@ termOpenGL(void)
|
||||
defaultShader_fullLight_noAT = nil;
|
||||
|
||||
glDeleteTextures(1, &whitetex);
|
||||
whitetex = nil;
|
||||
whitetex = 0;
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user