sub-blocks, part 2
works but result still kind of big
This commit is contained in:
parent
d5f1d3c25c
commit
39ea7e6da0
4 changed files with 210 additions and 89 deletions
|
|
@ -184,6 +184,12 @@ void FurnaceGUI::drawCSPlayer() {
|
|||
}
|
||||
}
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (e->isHalted()) {
|
||||
if (ImGui::Button("Resume")) e->resume();
|
||||
} else {
|
||||
if (ImGui::Button("Pause")) e->halt();
|
||||
}
|
||||
|
||||
DivCSPlayer* cs=e->getStreamPlayer();
|
||||
if (cs) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue