Skip to content

Commit

Permalink
Fixed|libgui: Graphical glitches when FBO fallback is not in use
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 9, 2016
1 parent df90aad commit 9a65f27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/sdk/libgui/src/graphics/gltextureframebuffer.cpp
Expand Up @@ -172,6 +172,7 @@ DENG2_PIMPL(GLTextureFramebuffer)
{
//configureTexturesWithFallback(self);
self.configure(&color, &depthStencil);
resolvedFbo.setState(NotReady);
}
catch (ConfigError const &er)
{
Expand Down

0 comments on commit 9a65f27

Please sign in to comment.