mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 21:15:11 +00:00
fix build
This commit is contained in:
parent
ef9fedb0b8
commit
6b684d655a
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ void FurnaceGUI::drawDebug() {
|
|||
for (int i=0; i<e->song.systemLen; i++) {
|
||||
void* ch=e->getDispatch(i);
|
||||
ImGui::TextColored(uiColors[GUI_COLOR_ACCENT_PRIMARY],"Chip %d: %s",i,getSystemName(e->song.system[i]));
|
||||
if (e->song.system[i]==NULL) {
|
||||
if (e->song.system[i]==DIV_SYSTEM_NULL) {
|
||||
ImGui::Text("NULL");
|
||||
} else {
|
||||
putDispatchChip(ch,e->song.system[i]);
|
||||
|
|
Loading…
Reference in a new issue