coeng

diff src/gobj.cc @ 8:8cce82794f90

seems to work nicely
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 15 Feb 2015 05:14:20 +0200
parents af24cfbdf9b6
children
line diff
     1.1 --- a/src/gobj.cc	Sat Feb 14 10:08:00 2015 +0200
     1.2 +++ b/src/gobj.cc	Sun Feb 15 05:14:20 2015 +0200
     1.3 @@ -78,7 +78,9 @@
     1.4  		sorted = true;
     1.5  	}
     1.6  
     1.7 +	//printf("updating components\n");
     1.8  	for(size_t i=0; i<comp.size(); i++) {
     1.9 +		//printf("  %s\n", comp[i]->get_name());
    1.10  		comp[i]->update(dt);
    1.11  	}
    1.12  }