Skip to content

Commit

Permalink
Merge branch 'master' into orbit
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Sep 6, 2024
2 parents 5e54517 + 5547a83 commit 184fbca
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions VortexEngine/src/Menus/MenuList/EditorConnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,9 @@ Menu::MenuAction EditorConnection::run()
}
break;
case STATE_PUSH_EACH_MODE_DONE:
//if (receiveMessage(EDITOR_VERB_PUSH_EACH_MODE_DONE)) {
// say we are done
//m_receiveBuffer.clear();
//SerialComs::write(EDITOR_VERB_PUSH_EACH_MODE_DONE);
m_state = STATE_IDLE;
//}
// did originally receive/send a DONE message here but it wasn't working
// on lightshow.lol so just skip to IDLE
m_state = STATE_IDLE;
break;
}
return MENU_CONTINUE;
Expand Down

0 comments on commit 184fbca

Please sign in to comment.