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 Jan 15, 2024
2 parents 2e377f8 + aedf419 commit 49964f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VortexEngine/src/Menus/MenuList/EditorConnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Menu::MenuAction EditorConnection::run()
m_state = STATE_IDLE;
break;
case STATE_TRANSMIT_MODE_VL:
#if ENABLE_VL_SENDER == 1
#if VL_ENABLE_SENDER == 1
// if still sending and the send command indicated more data
if (VLSender::isSending() && VLSender::send()) {
// then continue sending
Expand All @@ -188,7 +188,7 @@ Menu::MenuAction EditorConnection::run()

void EditorConnection::sendCurModeVL()
{
#if ENABLE_VL_SENDER == 1
#if VL_ENABLE_SENDER == 1
// immediately load the mode and send it now
VLSender::loadMode(&m_previewMode);
VLSender::send();
Expand Down

0 comments on commit 49964f8

Please sign in to comment.