BulletSim: remove chatty debug message.

0.9.0-post-fixes
Robert Adams 2017-08-14 21:33:26 -07:00
parent 36ee8e3941
commit 9e86721d70
1 changed files with 2 additions and 2 deletions

View File

@ -163,8 +163,8 @@ public sealed class BSTerrainHeightmap : BSTerrainPhys
float Yrise = (mapHeight2 - mapHeight1) * diffY;
ret = mapHeight1 + ((Xrise + Yrise) / 2f);
m_physicsScene.DetailLog("{0},BSTerrainHeightMap,GetTerrainHeightAtXYZ,pos={1},{2}/{3}/{4}/{5},ret={6}",
BSScene.DetailLogZero, pos, mapHeight1, mapHeight2, mapHeight3, mapHeight4, ret);
// m_physicsScene.DetailLog("{0},BSTerrainHeightMap,GetTerrainHeightAtXYZ,pos={1},{2}/{3}/{4}/{5},ret={6}",
// BSScene.DetailLogZero, pos, mapHeight1, mapHeight2, mapHeight3, mapHeight4, ret);
}
catch
{