Browse Source

Fixed typo

Temechon 10 năm trước cách đây
mục cha
commit
93ca1d80a9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;