internal: Fix HyprError not displaying at startup (#10606)

This commit is contained in:
Kamikadze
2025-06-02 01:03:53 +05:00
committed by GitHub
parent 2d1c6f88d2
commit 16c62a6dbb

View File

@@ -1183,7 +1183,6 @@ bool CHyprOpenGLImpl::initShaders() {
m_shadersInitialized = true;
Debug::log(LOG, "Shaders initialized successfully.");
g_pHyprError->destroy();
return true;
}