comparison trunk/chipmunkd/cpSpaceComponent.d @ 30:34b36b5193af

commenting
author Extrawurst
date Thu, 16 Dec 2010 00:56:34 +0100
parents 80058cee1a77
children
comparison
equal deleted inserted replaced
29:80058cee1a77 30:34b36b5193af
73 } 73 }
74 74
75 void 75 void
76 cpBodyActivate(cpBody *_body) 76 cpBodyActivate(cpBody *_body)
77 { 77 {
78 //NOTE: dmd compiler bug when useing -inline 78 //NOTE: dmd compiler bug when using -inline
79 //componentActivate(componentNodeRoot(_body));
79 auto foo = componentNodeRoot(_body); 80 auto foo = componentNodeRoot(_body);
80 componentActivate(foo); 81 componentActivate(foo);
81 } 82 }
82 83
83 static void 84 static void