minor fix

This commit is contained in:
wmayer
2018-07-25 17:49:28 +02:00
parent 806ad88c5a
commit 3b3e4fd4ce

View File

@@ -281,7 +281,7 @@ BoundBox2d Polygon2d::CalcBoundBox (void) const
static short _CalcTorsion (double *pfLine, double fX, double fY)
{
short sQuad[2], i;
int sQuad[2], i; // Changing this from short to int allows the compiler to inline this function
double fResX;
// Klassifizierung der beiden Polygonpunkte in Quadranten