Skip to content

Commit

Permalink
Fix SDL2 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasanidas authored Dec 8, 2023
1 parent 394fe0f commit e3df486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/GUI/SDL2.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ game is updated on the fly.

<img class="" src="/developing-game.png" alt="">

Lem developpers are investigated to interface with Trial, the game engine of the Kandria game.
Lem developers are investigating interfacing to Trial, the game engine of the Kandria game.

## Misc

Expand All @@ -49,4 +49,4 @@ You can add a transparent background to Lem's SDL2 GUI! Add this to your init fi
```
(sdl2-ffi.functions:sdl-set-window-opacity
(lem-sdl2/display:display-window (lem-sdl2/display:current-display)) 0.9)
```
```

0 comments on commit e3df486

Please sign in to comment.