TINYGL: Corrected variable type

This commit is contained in:
Paweł Kołodziejski 2022-01-01 14:07:07 +01:00
parent fef0e04cb7
commit 69198d5d30

View File

@ -295,7 +295,7 @@ struct GLContext {
// textures
GLTexture *current_texture;
uint maxTextureName;
int texture_2d_enabled;
bool texture_2d_enabled;
int texture_mag_filter;
int texture_min_filter;
uint texture_wrap_s;