Ver Fonte

Remove unneeded parameter

Garrett Johnson há 7 anos atrás
pai
commit
7f57a46b1a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      examples/webgl_physics_terrain.html

+ 1 - 1
examples/webgl_physics_terrain.html

@@ -204,7 +204,7 @@
 
 
 						// Create the terrain body
 						// Create the terrain body
 
 
-						var groundShape = createTerrainShape( heightData );
+						var groundShape = createTerrainShape();
 						var groundTransform = new Ammo.btTransform();
 						var groundTransform = new Ammo.btTransform();
 						groundTransform.setIdentity();
 						groundTransform.setIdentity();
 						// Shifts the terrain, since bullet re-centers it on its bounding box.
 						// Shifts the terrain, since bullet re-centers it on its bounding box.