Skip to content

Commit

Permalink
Revert the new input system
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaposfos13 committed Jan 18, 2025
1 parent 3b68058 commit 2f7c4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ void GameController::ReadState(State* state, bool* isConnected, int* connectedCo

*isConnected = m_connected;
*connectedCount = m_connected_count;
*state = m_engine && m_connected ? m_engine->ReadState() : GetLastState();
*state = GetLastState();
}

int GameController::ReadStates(State* states, int states_num, bool* isConnected,
Expand Down

0 comments on commit 2f7c4e0

Please sign in to comment.