Closed GoogleCodeExporter closed 9 years ago
The btQuickprof is just for debugging purposes and not for production/release
code, so it shouldn't be a bit issue.
If it is causing issues, you can disable btQuickprof
//#define BT_NO_PROFILE 0
//#define USE_BT_CLOCK 0
Or do you have a suggestion for a fix?
Original comment by erwin.coumans
on 7 Aug 2011 at 5:17
BT_NO_PROFILE works. Not really worth the effort to fix it, since as you say,
it's just for debugging.
Original comment by young.jpc@gmail.com
on 8 Aug 2011 at 5:18
It is better to disable/remove btQuickprof by default, and just use it in the
demos.
I'll give it some thought, thanks for the report.
Original comment by erwin.coumans
on 30 Aug 2011 at 3:59
I'll make sure to document this in the user manual.
Original comment by erwin.coumans
on 29 Feb 2012 at 5:25
Mentioned in the manual:
http://code.google.com/p/bullet/source/detail?r=2513
thanks for the feedback!
Original comment by erwin.coumans
on 1 Mar 2012 at 5:31
Original issue reported on code.google.com by
young.jpc@gmail.com
on 7 Aug 2011 at 6:09