Skip to content

Commit

Permalink
Reverse direction for SAC Spinners
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Dec 26, 2023
1 parent a7c272e commit 48eaab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/desktop-shared/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ static void sdl_events_emu(const SDL_Event* event)
// SAC
case (1):
{
emu_spinner1(relx);
emu_spinner1(-relx);
break;
}
// Wheel
Expand Down

0 comments on commit 48eaab5

Please sign in to comment.