Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvrose authored Mar 10, 2024
1 parent f32dd10 commit c64835c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ Please refer to the [Relevant Resources](#relevant-resources) section for some p

Known inaccuracies:
- Get key is triggered when key is pressed (not just released)
- Display stutters
- This is due to rendering happening on a separate thread.
- Audio stutters
- This is due to using an audio queue, instead of the traditional audio callback.
- Slight display and audio stutters
- Audio stutters are due to a workaround needed from an issue with SDL2 in my system.

### Relevant Resources

Expand Down

0 comments on commit c64835c

Please sign in to comment.