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;
   }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to