libpsys
changeset 19:fbccc3c0d43e
removed the debug printf showing currently active particles
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 17 Sep 2012 08:21:39 +0300 |
parents | 66956b1e5e3f |
children | 0a53b22f7caf |
files | src/psys.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/src/psys.c Thu Sep 13 04:10:38 2012 +0300 1.2 +++ b/src/psys.c Mon Sep 17 08:21:39 2012 +0300 1.3 @@ -213,7 +213,7 @@ 1.4 1.5 em->last_update = tm; 1.6 1.7 - printf("particles: %5d\r", em->pcount); 1.8 + /*printf("particles: %5d\r", em->pcount);*/ 1.9 } 1.10 1.11 void psys_draw(struct psys_emitter *em)