command stream player now loops
This commit is contained in:
parent
2290f3d873
commit
8ff8ee89e9
2 changed files with 8 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue