提交 7f57a46b 编写于 作者: G Garrett Johnson

Remove unneeded parameter

上级 667b7955
......@@ -204,7 +204,7 @@
// Create the terrain body
var groundShape = createTerrainShape( heightData );
var groundShape = createTerrainShape();
var groundTransform = new Ammo.btTransform();
groundTransform.setIdentity();
// Shifts the terrain, since bullet re-centers it on its bounding box.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册