diff --git a/src/state.cpp b/src/state.cpp index 829f5b5..e192645 100644 --- a/src/state.cpp +++ b/src/state.cpp @@ -46,6 +46,7 @@ bgColor(sf::Color::Black) flags.reset(8); } else { flags.set(8); + flags.set(7); drawCacheSprite.setTexture(drawCache.getTexture(), true); } }