fix type bug

This commit is contained in:
aap 2021-07-20 13:19:25 +02:00
parent 5ac21e0f2f
commit 4c4b199057
1 changed files with 1 additions and 1 deletions

View File

@ -1896,7 +1896,7 @@ termOpenGL(void)
defaultShader_fullLight_noAT = nil;
glDeleteTextures(1, &whitetex);
whitetex = nil;
whitetex = 0;
return 1;
}