mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 11:03:56 +00:00
configure_input_player: std::move input setters in HandleClick
This commit is contained in:
@@ -1308,7 +1308,7 @@ void ConfigureInputPlayer::HandleClick(
|
||||
}
|
||||
button->setFocus();
|
||||
|
||||
input_setter = new_input_setter;
|
||||
input_setter = std::move(new_input_setter);
|
||||
|
||||
input_subsystem->BeginMapping(type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user