From 5c7acc968bb02baf51e0e9f6a6232301abd6d21d Mon Sep 17 00:00:00 2001 From: PatrickD <33965707+PatrickDahlin@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:24:09 +0300 Subject: [PATCH] Fix naming in aiMaterial comment (#5780) --- include/assimp/material.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/assimp/material.h b/include/assimp/material.h index 244c6607e..c7f808e40 100644 --- a/include/assimp/material.h +++ b/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