aboutsummaryrefslogtreecommitdiff
path: root/sources/globals.c
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2024-02-14 16:33:16 +0100
committerkdx <kikoodx@paranoici.org>2024-02-14 17:08:37 +0100
commite1dc054c0c558f403fabec7e2bddfa15c97bb896 (patch)
treede31a0c16acc3edbff68a302cda18b2a1b4476f5 /sources/globals.c
parent345c1080b4e438f2d94f0bfad1cbc735ca1112ea (diff)
downloadtzr-e1dc054c0c558f403fabec7e2bddfa15c97bb896.tar.gz
gl mipmaps
Diffstat (limited to 'sources/globals.c')
-rw-r--r--sources/globals.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/globals.c b/sources/globals.c
index 3286499..a8e1383 100644
--- a/sources/globals.c
+++ b/sources/globals.c
@@ -32,6 +32,7 @@ size_t ___tzr_joysticks_size = 0;
SDL_BlendMode ___tzr_blendmode = SDL_BLENDMODE_BLEND;
int ___tzr_camera_x = 0;
int ___tzr_camera_y = 0;
+SDL_GLContext ___tzr_gl_ctx = NULL;
#ifdef TZR_SOLOUD
Soloud ___tzr_soloud = NULL;