Skip to content

Commit

Permalink
tb_cache initialized to size 1024
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilgramblicka committed Jun 16, 2017
1 parent 9defc75 commit cf25ad9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/otbullet/discrete_dynamics_world.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,7 @@ namespace ot {

, _debug_terrain_triangles(1024)
, _debug_trees(1024)
, _tb_cache(1024)
, _relocation_offset(0)
{
btTriangleShape * ts = new btTriangleShape();
Expand Down

0 comments on commit cf25ad9

Please sign in to comment.