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>2021-09-15 09:51:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-09-15 10:05:56 +0300
commit8cbe55c9e95ca17cc016e65406130bc0b466cb06 (patch)
tree4b8e2c2afc82bfcad5e441e8f50e8738109971fd
parenta2c5c2b4068d12e26a8c9d640a389b410c7507f3 (diff)
Cleanup: correct tracker ID in comment
-rw-r--r--source/blender/blenkernel/intern/font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/font.c b/source/blender/blenkernel/intern/font.c
index b6e374d158f..709ae6e9494 100644
--- a/source/blender/blenkernel/intern/font.c
+++ b/source/blender/blenkernel/intern/font.c
@@ -721,7 +721,7 @@ typedef struct VFontToCurveIter {
* so floating-point error doesn't cause unexpected wrapping, see T89241.
*
* \note This should only be set once, in the #VFONT_TO_CURVE_INIT pass
- * otherwise iterations wont behave predictably, see T89241.
+ * otherwise iterations wont behave predictably, see T91401.
*/
bool word_wrap;
int status;