Fix "controller.colors_state.right" being "left"

This commit is contained in:
Zwip-Zwap Zapony 2022-10-01 18:18:08 +02:00 committed by GitHub
parent 2213927253
commit 31e3437a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ void EmulatedController::ReloadFromSettings() {
.body = GetNpadColor(player.body_color_left), .body = GetNpadColor(player.body_color_left),
.button = GetNpadColor(player.button_color_left), .button = GetNpadColor(player.button_color_left),
}; };
controller.colors_state.left = { controller.colors_state.right = {
.body = GetNpadColor(player.body_color_right), .body = GetNpadColor(player.body_color_right),
.button = GetNpadColor(player.button_color_right), .button = GetNpadColor(player.button_color_right),
}; };