Skip to content

Commit a50cde0

Browse files
committed
Tue Jan 28 10:28:12 PM CET 2025
1 parent 1548689 commit a50cde0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Getting started with SDL2 and Go on Wayland.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ r.Present()
112112

113113
# Switch to Go image stdlib
114114

115-
This function loads an image and convert it to SDL surface. It can be used
116-
instead of `sdl.LoadBMP` so there is no need for SDL image
115+
This function loads an image and convert it to SDL surface. It can be used instead of `sdl.LoadBMP` so there is no need for SDL image
117116

118117
```go
119118
func loadImageAsSurface(filePath string) (*sdl.Surface, error) {

0 commit comments

Comments
 (0)