diff --git a/feely_pona.cpp b/feely_pona.cpp index aa18f3e..605ce88 100644 --- a/feely_pona.cpp +++ b/feely_pona.cpp @@ -1823,7 +1823,7 @@ void FP_Update(TELY_Platform *platform, FP_Game *game, TELY_PlatformInput *input } } - if (FP_Game_KeyBindIsPressed(input, controls, controls->move_building_ui_cursor_left)) { + if (FP_Game_KeyBindIsPressed(input, controls, controls->move_building_ui_cursor_right)) { if (entity->build_mode_building_index >= last_building_index) { entity->build_mode_building_index = 0; } else {