changeset 30:34b36b5193af

commenting
author Extrawurst
date Thu, 16 Dec 2010 00:56:34 +0100
parents 80058cee1a77
children 4604c914f2ab
files trunk/chipmunkd/cpSpaceComponent.d
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/trunk/chipmunkd/cpSpaceComponent.d	Thu Dec 16 00:33:06 2010 +0100
+++ b/trunk/chipmunkd/cpSpaceComponent.d	Thu Dec 16 00:56:34 2010 +0100
@@ -75,7 +75,8 @@
 void
 cpBodyActivate(cpBody *_body)
 {
-	//NOTE: dmd compiler bug when useing -inline
+	//NOTE: dmd compiler bug when using -inline
+	//componentActivate(componentNodeRoot(_body));
 	auto foo = componentNodeRoot(_body);
 	componentActivate(foo);
 }