glTF: fix doxygen typo.

pull/951/head
Kim Kulling 2016-07-15 10:35:44 +02:00
parent e1697b30bc
commit a15a77dff5
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ namespace glTF
//! A typed view into a BufferView. A BufferView contains raw binary data.
//! An accessor provides a typed view into a BufferView or a subset of a BufferView
// !similar to how WebGL's vertexAttribPointer() defines an attribute in a buffer.
//! similar to how WebGL's vertexAttribPointer() defines an attribute in a buffer.
struct Accessor : public Object
{
Ref<BufferView> bufferView; //!< The ID of the bufferView. (required)