diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-08-02 06:01:36 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-08-02 06:01:36 +0200 |
commit | f2da59054cedd1c07779e72537da4d7b14616b48 (patch) | |
tree | b6c8606c1e7494d2fc17439552db30f55b97fd26 /src/mgl.c | |
parent | 470dac0e891c1ec59dfe52e77861cf068837976d (diff) |
Ensure correct blending function for transparent window
Diffstat (limited to 'src/mgl.c')
-rw-r--r-- | src/mgl.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -119,6 +119,8 @@ void mgl_deinit(void) { */ mgl_gl_unload(&context.gl); } + + context.current_window = NULL; } if(init_count > 0) |