Changeset 241

Show
Ignore:
Timestamp:
02/26/08 01:28:40
Author:
ralf
Message:

Remove unclosed shape warning.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/SWFShapeMaker.cpp

    r229 r241  
    231231         
    232232        if( diffx || diffy ) { 
    233                 fprintf(stderr,"WARNING: shape not closed; closing (%f/%f).\n", diffx, diffy); 
    234                 fprintf(stderr,"DEBUG: accumulated rounding error (%f/%f).\n", roundx, roundy); 
     233                /*fprintf(stderr,"WARNING: shape not closed; closing (%f/%f).\n", diffx, diffy); 
     234                fprintf(stderr,"DEBUG: accumulated rounding error (%f/%f).\n", roundx, roundy);*/ 
    235235                 
    236236                if(!stroke) {