aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2019-04-07 11:11:42 +0200
committerAndre Weissflog <floooh@gmail.com>2019-04-07 11:11:42 +0200
commitf82a4a06d33ce4b2db0d60633927b9a9ae3783b6 (patch)
tree5e44155d03d9697ff3bd14c832e108afd24c65d5
parent5b711f15343654f86ca69f6529d32dc5d265e9d4 (diff)
sokol_gl.h: another minor comment fix
-rw-r--r--util/sokol_gl.h2
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()