Skip to content

Commit 99ef52a

Browse files
authored
Update
1 parent d3ead35 commit 99ef52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter24/chapter24.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ glEnable(GL_STENCIL_TEST);
130130
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
131131
```
132132

133-
And that’s all \(besides some additional methods to clear things up\), the code is completed. When syou execute the sample you will get something like this:
133+
And that’s all \(besides some additional methods to clear things up\), the code is completed. When you execute the sample you will get something like this:
134134

135135
![Hud](/chapter24/hud.png)
136136

0 commit comments

Comments
 (0)