Skip to content

Commit cd37936

Browse files
authored
Merge pull request #182 from sergof/patch-1
2 parents 280ab89 + 337a23a commit cd37936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cgltf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
* By passing null for the output pointer, users can find out how many floats are required in the
6464
* output buffer.
6565
*
66-
* `cgltf_accessor_num_components` is a tiny utility that tells you the dimensionality of
66+
* `cgltf_num_components` is a tiny utility that tells you the dimensionality of
6767
* a certain accessor type. This can be used before `cgltf_accessor_unpack_floats` to help allocate
6868
* the necessary amount of memory.
6969
*

0 commit comments

Comments
 (0)