From: havoc Date: Sun, 17 Oct 2004 11:48:29 +0000 (+0000) Subject: fix an incomplete edit on variable naming X-Git-Tag: xonotic-v0.1.0preview~5462 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b6349d879773e5913f7b1e50dbe0c1d224e4b88f;p=xonotic%2Fdarkplaces.git fix an incomplete edit on variable naming git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4661 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/curves.c b/curves.c index 66b72734..de4e89c7 100644 --- a/curves.c +++ b/curves.c @@ -47,7 +47,7 @@ double bsplinesample(int dimensions, double t, double *param) void Q3PatchTesselateFloat(int numcomponents, int outputstride, float *outputvertices, int patchwidth, int patchheight, int inputstride, float *patchvertices, int tesselationwidth, int tesselationheight) { int k, l, x, y, component, outputwidth = (patchwidth-1)*tesselationwidth+1; - float px, py, *v0, *v1, a, b, c, *cp[3][3], temp[3][64]; + float px, py, *v, a, b, c, *cp[3][3], temp[3][64]; // iterate over the individual 3x3 quadratic spline surfaces one at a time // expanding them to fill the output array (with some overlap to ensure // the edges are filled)