fix HACD/CMakeLists.txt to add .inl files for install fixes Issue 616
https://code.google.com/p/bullet/issues/detail?id=616&colspec=Modified%20ID%20Type%20Stars%20Status%20Owner%20Summary fix Intel cmake build of ParticlesOpenCL and OpenCLClothDemo disable debug printf
This commit is contained in:
@@ -75,7 +75,7 @@ void GLDebugResetFont(int screenWidth,int screenHeight)
|
||||
glTexImage2D(GL_TEXTURE_2D, 0, 3, 256 , 256 , 0, GL_RGB, GL_UNSIGNED_BYTE, &sFontData[0]);
|
||||
}
|
||||
|
||||
printf("generating font at resolution %d,%d\n",screenWidth,screenHeight);
|
||||
// printf("generating font at resolution %d,%d\n",screenWidth,screenHeight);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user