Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-01-31 02:51:33 +0300
committerCampbell Barton <campbell@blender.org>2022-01-31 02:51:33 +0300
commitac3324f1976a2aabfcadd86e475acc5389fa35fc (patch)
tree3af8851875884095d4864a14d0fec0bdbf300a19 /source/blender/render
parent012e41fc8b6bf8c096988bfb49725be2b4766d94 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/render')
-rw-r--r--source/blender/render/RE_texture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/render/RE_texture.h b/source/blender/render/RE_texture.h
index c6ccc547ff4..4d58d866e9f 100644
--- a/source/blender/render/RE_texture.h
+++ b/source/blender/render/RE_texture.h
@@ -103,7 +103,7 @@ void RE_point_density_fix_linking(void);
typedef struct TexResult {
float tin;
float trgba[4];
- /* Is acually a bool true->use alpha, false->set alpha to 1.0. */
+ /* Is actually a boolean: When true -> use alpha, false -> set alpha to 1.0. */
int talpha;
float *nor;
} TexResult;