diff trunk/chipmunkd/cpPolyShape.d @ 23:4ceef5833c8c

updated to chipmunk 5.3.3
author Extrawurst
date Fri, 10 Dec 2010 02:10:27 +0100
parents df4ebc8add66
children 4541ca17975b
line wrap: on
line diff
--- a/trunk/chipmunkd/cpPolyShape.d	Thu Dec 09 22:25:04 2010 +0100
+++ b/trunk/chipmunkd/cpPolyShape.d	Fri Dec 10 02:10:27 2010 +0100
@@ -204,7 +204,7 @@
 };
 
 cpBool
-cpPolyValidate(cpVect *verts, int numVerts)
+cpPolyValidate(in cpVect *verts, in int numVerts)
 {
 	for(int i=0; i<numVerts; i++){
 		cpVect a = verts[i];