From 76471dbd5e2efbbc3a4d4b3a1a26fe0649f31cff Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 30 Nov 2021 09:10:05 +1100 Subject: Cleanup: capitalize NOTE tag --- source/blender/editors/mesh/editmesh_knife.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/mesh/editmesh_knife.c') diff --git a/source/blender/editors/mesh/editmesh_knife.c b/source/blender/editors/mesh/editmesh_knife.c index 76d48432834..86ed594aa66 100644 --- a/source/blender/editors/mesh/editmesh_knife.c +++ b/source/blender/editors/mesh/editmesh_knife.c @@ -210,7 +210,7 @@ typedef struct KnifeBVH { typedef struct KnifeTool_OpData { ARegion *region; /* Region that knifetool was activated in. */ void *draw_handle; /* For drawing preview loop. */ - ViewContext vc; /* Note: _don't_ use 'mval', instead use the one we define below. */ + ViewContext vc; /* NOTE: _don't_ use 'mval', instead use the one we define below. */ float mval[2]; /* Mouse value with snapping applied. */ Scene *scene; -- cgit v1.2.3