diff options
author | RSDuck <RSDuck@users.noreply.github.com> | 2021-02-02 16:29:23 +0100 |
---|---|---|
committer | RSDuck <RSDuck@users.noreply.github.com> | 2021-02-02 16:29:23 +0100 |
commit | 2e999ae1b8e88e41fce3b2289372b44344cc79b0 (patch) | |
tree | a24499cdbcbae36e8b4ff6a1cd152433e5550c3a | |
parent | 40aae154cf77e0611057a05702f28d9cf17b08f4 (diff) |
attempt at fixing #972
-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() |