add several TODO comments
self-note: check this one after you come back!
This commit is contained in:
parent
b5472fb52e
commit
8407a7d3a4
10 changed files with 32 additions and 0 deletions
|
|
@ -408,6 +408,7 @@ void FurnaceGUI::drawPattern() {
|
|||
patWindowSize=ImGui::GetWindowSize();
|
||||
//char id[32];
|
||||
ImGui::PushFont(patFont);
|
||||
// TODO: separate GUI curOrder from engine curOrder
|
||||
int ord=e->isPlaying()?oldOrder:e->getOrder();
|
||||
oldOrder=e->getOrder();
|
||||
int chans=e->getTotalChannelCount();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue