diff options
| author | Andre Weissflog <floooh@gmail.com> | 2019-04-07 11:11:42 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2019-04-07 11:11:42 +0200 |
| commit | f82a4a06d33ce4b2db0d60633927b9a9ae3783b6 (patch) | |
| tree | 5e44155d03d9697ff3bd14c832e108afd24c65d5 /util | |
| parent | 5b711f15343654f86ca69f6529d32dc5d265e9d4 (diff) | |
sokol_gl.h: another minor comment fix
Diffstat (limited to 'util')
| -rw-r--r-- | util/sokol_gl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/sokol_gl.h b/util/sokol_gl.h index a3c1359a..12d20316 100644 --- a/util/sokol_gl.h +++ b/util/sokol_gl.h @@ -173,7 +173,7 @@ sgl_matrix_mode_projection() sgl_matrix_mode_texture() - ...load the identity matrix on top of the current matrix: + ...load the identity matrix into the current matrix: sgl_load_identity() |