Browse Source

Fixed typo

Temechon 10 years ago
parent
commit
93ca1d80a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Babylon/Physics/Plugins/babylon.oimoJSPlugin.ts

+ 1 - 1
Babylon/Physics/Plugins/babylon.oimoJSPlugin.ts

@@ -71,7 +71,7 @@ module BABYLON {
 
                 case PhysicsEngine.PlaneImpostor:
                 //Oimo "fakes" a cylinder as a box, so why don't we!
-                case PhysicsEngine.CylinderImpostor:u
+                case PhysicsEngine.CylinderImpostor:
                 case PhysicsEngine.BoxImpostor:
 
                     var min = bbox.minimumWorld;