# HG changeset patch # User John Tsiombikas # Date 1347859299 -10800 # Node ID fbccc3c0d43e26fe6573678c40b7e93ecea502cb # Parent 66956b1e5e3f7d2de655e780808627d2eb40cdb5 removed the debug printf showing currently active particles diff -r 66956b1e5e3f -r fbccc3c0d43e src/psys.c --- a/src/psys.c Thu Sep 13 04:10:38 2012 +0300 +++ b/src/psys.c Mon Sep 17 08:21:39 2012 +0300 @@ -213,7 +213,7 @@ em->last_update = tm; - printf("particles: %5d\r", em->pcount); + /*printf("particles: %5d\r", em->pcount);*/ } void psys_draw(struct psys_emitter *em)