mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-22 16:01:25 +00:00
disable debug output. oops :/
This commit is contained in:
parent
19dd0f19dd
commit
e8da8add75
1 changed files with 2 additions and 2 deletions
|
@ -458,8 +458,8 @@ process_corners (struct box_def *box)
|
|||
vec3_t v[3];
|
||||
|
||||
center = faces_bit_magic[sel];
|
||||
printf ("%02o %d %d %d %d %d %d\n", sel, center, visit[0].face,
|
||||
visit[1].face, visit[2].face, visit[3].face, visit[4].face);
|
||||
//printf ("%02o %d %d %d %d %d %d\n", sel, center, visit[0].face,
|
||||
// visit[1].face, visit[2].face, visit[3].face, visit[4].face);
|
||||
for (i = 0; i < 3; i++)
|
||||
find_cube_vertex (visit[center].face,
|
||||
visit[(center + 1 + i) % 5].face,
|
||||
|
|
Loading…
Reference in a new issue