Don't use starblit/endblit for renderer switches

This commit is contained in:
Cacodemon345
2025-03-16 15:24:24 +06:00
parent 081e97f1b0
commit 35125e7020
3 changed files with 9 additions and 7 deletions

View File

@@ -113,6 +113,7 @@ private:
std::unique_ptr<QWidget> current;
std::atomic_bool rendererTakesScreenshots;
std::atomic_bool switchInProgress{false};
};
#endif // QT_RENDERERCONTAINER_HPP