SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
graphics/sketch/patches/patch-geometry_c
Normal file
12
graphics/sketch/patches/patch-geometry_c
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: geometry.c
|
||||
--- geometry.c.orig
|
||||
+++ geometry.c
|
||||
@@ -615,7 +615,7 @@ int boxes_2d_intersect_p(BOX_2D * a, BOX_2D * b)
|
||||
return 1;
|
||||
}
|
||||
|
||||
-int boxes_3d_intersect_p(BOX_2D * a, BOX_2D * b)
|
||||
+int boxes_3d_intersect_p(BOX_3D * a, BOX_3D * b)
|
||||
{
|
||||
if (a->max[X] < b->min[X]) // a left of b
|
||||
return 0;
|
Loading…
Add table
Add a link
Reference in a new issue