diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/GPU_OpenGL.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GPU_OpenGL.cpp b/src/GPU_OpenGL.cpp index e7ab1f7..8f2d5a1 100644 --- a/src/GPU_OpenGL.cpp +++ b/src/GPU_OpenGL.cpp @@ -198,6 +198,8 @@ void Stop() glClear(GL_COLOR_BUFFER_BIT); } + + glBindFramebuffer(GL_FRAMEBUFFER, 0); } void RenderFrame() |