command stream player now loops

This commit is contained in:
tildearrow 2024-03-08 20:52:51 -05:00
parent 2290f3d873
commit 8ff8ee89e9
2 changed files with 8 additions and 4 deletions

View file

@ -141,7 +141,7 @@ void FurnaceGUI::drawCSPlayer() {
ImGui::TableNextColumn();
if (pos>=(int)bufSize) continue;
if (pos==nextHighlight) {
ImGui::TableSetBgColor(ImGuiTableBgTarget_CellBg,ImGui::GetColorU32(ImGuiCol_Header));
ImGui::TableSetBgColor(ImGuiTableBgTarget_CellBg,ImGui::GetColorU32(ImGuiCol_HeaderActive));
highlightPos++;
if (highlightPos>=(int)highlights.size()) {
nextHighlight=-1;