aboutsummaryrefslogtreecommitdiff
path: root/src/GPU.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GPU.cpp')
-rw-r--r--src/GPU.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GPU.cpp b/src/GPU.cpp
index 077fc8b..8cb8d73 100644
--- a/src/GPU.cpp
+++ b/src/GPU.cpp
@@ -176,6 +176,8 @@ void DeInit()
Framebuffer[0][1] = nullptr;
Framebuffer[1][0] = nullptr;
Framebuffer[1][1] = nullptr;
+
+ CurGLCompositor = nullptr;
}
void ResetVRAMCache()