From f5f0ff5635c52775665fd99b994521f90fe12d95 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Mon, 8 Jul 2019 18:46:23 -0400 Subject: Modified files to work with new builds system Also properly deleted some old files that were sill around --- src/shared/lua_api/phys/bphysmodel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/shared/lua_api/phys/bphysmodel.cpp') diff --git a/src/shared/lua_api/phys/bphysmodel.cpp b/src/shared/lua_api/phys/bphysmodel.cpp index a89a28f..0cff0ed 100644 --- a/src/shared/lua_api/phys/bphysmodel.cpp +++ b/src/shared/lua_api/phys/bphysmodel.cpp @@ -66,8 +66,8 @@ void makebphysmodel(lua_State *L){ printf("Tinyobj failed to load model:%s\n",ppath); } //u32 meshcount = pmesh->getMeshBufferCount(); - __mingw_printf("attrib.num_vertices: %u\n",attrib.num_vertices); - __mingw_printf("attrib.num_faces: %u\n",attrib.num_faces); + //__mingw_printf("attrib.num_vertices: %u\n",attrib.num_vertices); + //__mingw_printf("attrib.num_faces: %u\n",attrib.num_faces); btTriangleMesh* trimesh = new btTriangleMesh(); for(size_t i = 0; i < attrib.num_vertices; i++){ //0 - x, so num_vertices - 1 //__mingw_printf("Looking at vertice %llu/%u\n",i,attrib.num_vertices); -- cgit v1.2.3-70-g09d2