[PATCH] qbsp: Fix typo in leak file generation

Signed-off-by: Tyrann <tyrann@disenchant.net>
This commit is contained in:
Tyrann 2006-09-16 19:34:13 +09:30
parent 4464491807
commit bdbae95003
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ MarkLeakTrail(portal_t *n2)
numports++;
// write the center...
fprintf(PorFile, "%f %f %f ", p1[0], p1[1], p2[1]);
fprintf(PorFile, "%f %f %f ", p1[0], p1[1], p1[2]);
fprintf(PorFile, "%i ", n2->winding->numpoints);
j = n2->winding->numpoints - 1;