fix in non-SIMD OpenCL cloth demo, kernel names changed.

Thanks Greg, see http://bulletphysics.org/Bullet/phpBB3/viewtopic.php?f=9&t=7442&p=25422#p25422
This commit is contained in:
erwin.coumans
2011-09-16 21:58:01 +00:00
parent 0656de3057
commit d3dc7afefd
2 changed files with 8 additions and 4 deletions

View File

@@ -501,6 +501,7 @@ void initBullet(void)
if (!g_solver->checkInitialized())
{
printf("OpenCL kernel initialization ?failed\n");
btAssert(0);
exit(0);
}