Skip to content

Commit 3ee809b

Browse files
authored
Merge pull request #444 from wethu/wethu-docs-minor-fix-example-numbering
Fix numbering - opengl matrix uniform examples (docs)
2 parents d42bff7 + 8cdf496 commit 3ee809b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/opengl.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ array of matrices:
3434
/* ... */
3535
glUniformMatrix4fv(location, count, GL_FALSE, matrix[0][0]);
3636
37-
1. Cast matrix to pointer
37+
2. Cast matrix to pointer
3838
--------------------------
3939

4040
.. code-block:: c

0 commit comments

Comments
 (0)