Update material.h
authorGiuseppe Barbieri <elect86@gmail.com>
Fri, 18 Nov 2016 12:08:00 +0000 (13:08 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Nov 2016 12:08:00 +0000 (13:08 +0100)
Fixed grammar

include/assimp/material.h

index 1f97096..23a4587 100644 (file)
@@ -413,7 +413,7 @@ enum aiTextureFlags
  *    SourceColor * SourceBlend + DestColor * DestBlend
  *  @endcode
  *  where DestColor is the previous color in the framebuffer at this
- *  position and SourceColor is the material colro before the transparency
+ *  position and SourceColor is the material color before the transparency
  *  calculation.<br>
  *  This corresponds to the #AI_MATKEY_BLEND_FUNC property.
 */