瀏覽代碼

Merge pull request #1070 from elect86/patch-1

Update material.h
Kim Kulling 8 年之前
父節點
當前提交
235010d531
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/assimp/material.h

+ 1 - 1
include/assimp/material.h

@@ -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.
 */