Index: trunk/src/bullet/bullet_world.cc
===================================================================
--- trunk/src/bullet/bullet_world.cc	(revision 520)
+++ trunk/src/bullet/bullet_world.cc	(revision 525)
@@ -121,5 +121,5 @@
 }
 
-nv::collision_shape nv::bullet_world::create_mesh( array_view< vec3 > vtx, array_view< int > idx )
+nv::collision_shape nv::bullet_world::create_mesh( array_view< vec3 > vtx, array_view< uint32 > idx )
 {
 	btTriangleMesh* mesh = new btTriangleMesh;
@@ -274,5 +274,5 @@
 {
 	if ( !sh.internal ) return;
-	if ( sh.mesh );
+	if ( sh.mesh )
 	{
 		btStridingMeshInterface* smi = static_cast<btStridingMeshInterface*>( sh.mesh );
