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:
Diffstat (limited to 'source/blender/blenkernel/intern/colorband.c')
-rw-r--r--source/blender/blenkernel/intern/colorband.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/colorband.c b/source/blender/blenkernel/intern/colorband.c
index cb30e4f1658..2884d7b3204 100644
--- a/source/blender/blenkernel/intern/colorband.c
+++ b/source/blender/blenkernel/intern/colorband.c
@@ -485,7 +485,7 @@ bool BKE_colorband_evaluate(const ColorBand *coba, float in, float out[4])
}
else {
/* was setting to 0.0 in 2.56 & previous, but this
- * is incorrect for the last element, see [#26732] */
+ * is incorrect for the last element, see T26732. */
fac = (a != coba->tot) ? 0.0f : 1.0f;
}