From 5ac373aca75a23ef1d8ccf471995a9a833b147df Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:34:32 -0500 Subject: [PATCH] spelling: color Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- includes/assimp/material.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/assimp/material.h b/includes/assimp/material.h index 87d27c5..b818c5c 100644 --- a/includes/assimp/material.h +++ b/includes/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.
* This corresponds to the #AI_MATKEY_BLEND_FUNC property. */