GUI: my battery is low

This commit is contained in:
tildearrow 2025-12-30 20:11:13 -05:00
parent f9365a3804
commit 8764f1866f

View file

@ -277,7 +277,7 @@ void FurnaceGUI::drawPatternNew() {
dl->AddRectFilled(
selRect.Min,
selRect.Max,
ImGui::GetColorU32();
ImGui::GetColorU32(uiColors[GUI_COLOR_PATTERN_SELECTION])
)
curSelFindStage=3;
break;