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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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