[Bf-blender-cvs] [617a60f8b78] lanpr-under-gp: LineArt: Typo

YimingWu noreply at git.blender.org
Thu Sep 10 18:12:16 CEST 2020


Commit: 617a60f8b78ceb73fe8f1cf1f4e307299093bf8e
Author: YimingWu
Date:   Thu Sep 10 23:27:03 2020 +0800
Branches: lanpr-under-gp
https://developer.blender.org/rB617a60f8b78ceb73fe8f1cf1f4e307299093bf8e

LineArt: Typo

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

M	source/blender/editors/lineart/lineart_cpu.c

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

diff --git a/source/blender/editors/lineart/lineart_cpu.c b/source/blender/editors/lineart/lineart_cpu.c
index 1917d08d3cf..95e6fdb5982 100644
--- a/source/blender/editors/lineart/lineart_cpu.c
+++ b/source/blender/editors/lineart/lineart_cpu.c
@@ -1885,7 +1885,7 @@ static int lineart_triangle_line_imagespace_intersection_v2(SpinLock *UNUSED(spl
       (MIN3(FBC0[0], FBC1[0], FBC2[0]) > MAX2(LFBC[0], RFBC[0])) ||
       (MAX3(FBC0[1], FBC1[1], FBC2[1]) < MIN2(LFBC[1], RFBC[1])) ||
       (MIN3(FBC0[1], FBC1[1], FBC2[1]) > MAX2(LFBC[1], RFBC[1])) ||
-      (MIN3(FBC0[1], FBC1[1], FBC2[1]) > MAX2(LFBC[2], RFBC[2]))) {
+      (MIN3(FBC0[2], FBC1[2], FBC2[2]) > MAX2(LFBC[2], RFBC[2]))) {
     return 0;
   }



More information about the Bf-blender-cvs mailing list