X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=curves.c;h=cf7569dba482a202a641553ed5a31fa59dc220c0;hb=ff2b13639f3e5b83386155944f4d1efee3582ed2;hp=17d1b9424d0c24c97f2610f180190875d9e2b3f2;hpb=f43e9a636561965afc341dee35f19de6c53efaa6;p=xonotic%2Fdarkplaces.git diff --git a/curves.c b/curves.c index 17d1b942..cf7569db 100644 --- a/curves.c +++ b/curves.c @@ -156,7 +156,7 @@ static int Q3PatchTesselation(float largestsquared3xcurvearea, float tolerance) // maps [4..8[ to 4 } -float Squared3xCurveArea(const float *a, const float *control, const float *b, int components) +static float Squared3xCurveArea(const float *a, const float *control, const float *b, int components) { #if 0 // mimicing the old behaviour with the new code...