qt: force update to happen after hardware renderer is created

This commit is contained in:
Cacodemon345
2022-11-03 15:42:29 +06:00
committed by GitHub
parent 2a2276dbee
commit 383bae65e2

View File

@@ -75,6 +75,7 @@ public:
m_context = new QOpenGLContext();
m_context->setFormat(format());
m_context->create();
update();
}
~HardwareRenderer()
{