git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b12f83c
)
uncommented warning message
author
kramm
<kramm>
Mon, 16 Jan 2006 17:01:35 +0000
(17:01 +0000)
committer
kramm
<kramm>
Mon, 16 Jan 2006 17:01:35 +0000
(17:01 +0000)
lib/art/art_svp_intersect.c
patch
|
blob
|
history
diff --git
a/lib/art/art_svp_intersect.c
b/lib/art/art_svp_intersect.c
index
4ece5f4
..
30ce5c2
100644
(file)
--- a/
lib/art/art_svp_intersect.c
+++ b/
lib/art/art_svp_intersect.c
@@
-601,7
+601,7
@@
art_svp_intersect_add_horiz (ArtIntersectCtx *ctx, ArtActiveSeg *seg)
#ifdef CHEAP_SANITYCHECK
if (seg->flags & ART_ACTIVE_FLAGS_IN_HORIZ)
{
- art_warn ("*** attempt to put segment in horiz list twice\n");
+ //art_warn ("*** attempt to put segment in horiz list twice\n");
return;
}
seg->flags |= ART_ACTIVE_FLAGS_IN_HORIZ;