diff --git a/game_root.cpp b/game_root.cpp index 9b487de..a997475 100644 --- a/game_root.cpp +++ b/game_root.cpp @@ -36,9 +36,7 @@ bool GameRoot3D::has_singleton() { void GameRoot3D::_enter_tree() { GDGAMEONLY(); // TODO: Replace this with detecting input devices - if(this->players.is_empty()) { - this->player_input_connected(); - } + this->player_input_connected(); this->grab_singleton(); }