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 <ideasman42@gmail.com>2020-09-19 07:18:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-19 07:26:40 +0300
commita78130c6101517c09eed14215087ab3dfe36bc5c (patch)
tree9b7373181f610dc91a08816f285b2193821b73e8 /source/blender/nodes
parent8ca698427fdcbabc60ca22bdfeb91e1e0ce1f5d0 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/nodes')
-rw-r--r--source/blender/nodes/shader/nodes/node_shader_valToRgb.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/shader/nodes/node_shader_valToRgb.cc b/source/blender/nodes/shader/nodes/node_shader_valToRgb.cc
index 7b4e568e923..becc4623e9a 100644
--- a/source/blender/nodes/shader/nodes/node_shader_valToRgb.cc
+++ b/source/blender/nodes/shader/nodes/node_shader_valToRgb.cc
@@ -74,7 +74,7 @@ static int gpu_shader_valtorgb(GPUMaterial *mat,
float *array, layer;
int size;
- /* Common / easy case optimisation. */
+ /* Common / easy case optimization. */
if ((coba->tot <= 2) && (coba->color_mode == COLBAND_BLEND_RGB)) {
float mul_bias[2];
switch (coba->ipotype) {