Explorar o código

Remove unneeded parameter

Garrett Johnson %!s(int64=7) %!d(string=hai) anos
pai
achega
7f57a46b1a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webgl_physics_terrain.html

+ 1 - 1
examples/webgl_physics_terrain.html

@@ -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.