diff options
Diffstat (limited to 'zola-static/content/blog/sdl-native-wayland.md')
| -rw-r--r-- | zola-static/content/blog/sdl-native-wayland.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zola-static/content/blog/sdl-native-wayland.md b/zola-static/content/blog/sdl-native-wayland.md index d3de71f..c495645 100644 --- a/zola-static/content/blog/sdl-native-wayland.md +++ b/zola-static/content/blog/sdl-native-wayland.md @@ -16,4 +16,4 @@ for (int i = 0; i < SDL_GetNumVideoDrivers(); i++) { } } ``` -This code will explicitly enable Wayland if it is available. Thanks to my friend Riley Beckett for helping figure it out. +This code will explicitly enable Wayland if it is available. Thanks to my friend Riley for helping figure it out. |
