vis: remove old progress output message

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2013-02-07 19:38:36 +10:30
parent 37a9935643
commit 148b07ef17
1 changed files with 0 additions and 4 deletions

View File

@ -432,10 +432,6 @@ BasePortalThread(void *dummy)
p = portals + portalnum;
w = p->winding;
// Progress message
//printf("\r%i of %i: %i%%", i, numportals * 2, 50 * i / numportals);
//fflush(stdout);
p->mightsee = malloc(LeafbitsSize(portalleafs));
memset(p->mightsee, 0, LeafbitsSize(portalleafs));