[Bf-blender-cvs] [8cbe55c9e95] master: Cleanup: correct tracker ID in comment

Campbell Barton noreply at git.blender.org
Wed Sep 15 09:08:49 CEST 2021


Commit: 8cbe55c9e95ca17cc016e65406130bc0b466cb06
Author: Campbell Barton
Date:   Wed Sep 15 16:51:44 2021 +1000
Branches: master
https://developer.blender.org/rB8cbe55c9e95ca17cc016e65406130bc0b466cb06

Cleanup: correct tracker ID in comment

===================================================================

M	source/blender/blenkernel/intern/font.c

===================================================================

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;



More information about the Bf-blender-cvs mailing list