Skip to content

Commit

Permalink
Disable bullet profiling to improve performance
Browse files Browse the repository at this point in the history
  • Loading branch information
ZealanL committed May 11, 2024
1 parent 0fcd3f0 commit de24e48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libsrc/bullet3-3.24/LinearMath/btQuickprof.h
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ class CProfileSample
~CProfileSample(void);
};

#define BT_PROFILE(name) CProfileSample __profile(name)
//#define BT_PROFILE(name) CProfileSample __profile(name)
#define BT_PROFILE(name)

#endif //BT_QUICK_PROF_H

0 comments on commit de24e48

Please sign in to comment.