Skip to content

Commit

Permalink
Merge branch 'master' into desktop
Browse files Browse the repository at this point in the history
Unreal-Dan committed Nov 10, 2024
2 parents 2324baf + e7c4a88 commit 01a1634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VortexEngine/src/Menus/MenuList/EditorConnection.cpp
Original file line number Diff line number Diff line change
@@ -89,6 +89,7 @@ Menu::MenuAction EditorConnection::run()
// operate on the state of the editor connection
switch (m_state) {
case STATE_DISCONNECTED:
default:
// not connected yet so check for connections
if (!m_engine.serial().isConnected()) {
if (!m_engine.serial().checkSerial()) {

0 comments on commit 01a1634

Please sign in to comment.