fix rainbow all (#4991)

This commit is contained in:
briaguya
2025-02-04 02:32:44 -08:00
committed by GitHub
parent e44877cca8
commit 811ffa5e98

View File

@@ -1969,6 +1969,7 @@ void CosmeticsEditorWindow::DrawElement() {
) )
) { ) {
CVarSetInteger(cosmeticOption.rainbowCvar, 1); CVarSetInteger(cosmeticOption.rainbowCvar, 1);
CVarSetInteger(cosmeticOption.changedCvar, 1);
} }
} }
Ship::Context::GetInstance()->GetWindow()->GetGui()->SaveConsoleVariablesNextFrame(); Ship::Context::GetInstance()->GetWindow()->GetGui()->SaveConsoleVariablesNextFrame();