Skip to content

Commit

Permalink
Fixed #179
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuken committed Oct 17, 2024
1 parent c1e3b23 commit 0a1b478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backends/backend-sdl/src/arc/backend/sdl/SdlInput.java
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ void postUpdate(){
for(InputDevice device : devices){
device.postUpdate();
}
deltaX = deltaY = 0;
}

@Override
Expand Down

0 comments on commit 0a1b478

Please sign in to comment.