debug: minor improvements to manual crash

This commit is contained in:
vaxerski
2023-04-04 22:04:32 +01:00
parent 6519c0308c
commit e7185b338f
3 changed files with 41 additions and 5 deletions

View File

@@ -1816,5 +1816,7 @@ void CHyprRenderer::initiateManualCrash() {
m_bCrashingInProgress = true;
m_fCrashingDistort = 0.5;
g_pHyprOpenGL->m_tGlobalTimer.reset();
g_pConfigManager->setInt("debug:damage_tracking", 0);
}