浏览代码

Fix naming in aiMaterial comment (#5780)

PatrickD 1 年之前
父节点
当前提交
5c7acc968b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/assimp/material.h

+ 1 - 1
include/assimp/material.h

@@ -701,7 +701,7 @@ struct aiMaterialProperty {
 *  Material data is stored using a key-value structure. A single key-value
 *  pair is called a 'material property'. C++ users should use the provided
 *  member functions of aiMaterial to process material properties, C users
-*  have to stick with the aiMaterialGetXXX family of unbound functions.
+*  have to stick with the aiGetMaterialXXX family of unbound functions.
 *  The library defines a set of standard keys (AI_MATKEY_XXX).
 */
 #ifdef __cplusplus