Attempted fix of the fix.

This commit is contained in:
OBattler
2022-07-31 23:37:24 +02:00
parent 16f7460c73
commit f3db64317c
3 changed files with 5 additions and 1 deletions

View File

@@ -103,7 +103,7 @@ private:
RendererCommon *rendererWindow { nullptr };
std::unique_ptr<QWidget> current;
std::atomic<bool> directBlitting{false}, blitDummied{false};
std::atomic<bool> directBlitting{false};
};
#endif // QT_RENDERERCONTAINER_HPP