Browse Source

picking is a physics dependency
The physicsHelper is using it

Raanan Weber 7 years ago
parent
commit
8f4cc191af
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Tools/Gulp/config.json

+ 2 - 1
Tools/Gulp/config.json

@@ -931,7 +931,8 @@
                 "../../src/Physics/Plugins/babylon.oimoJSPlugin.js"
                 "../../src/Physics/Plugins/babylon.oimoJSPlugin.js"
             ],
             ],
             "dependUpon": [
             "dependUpon": [
-                "core"
+                "core",
+                "picking"
             ]
             ]
         },
         },
         "textureFormats": {
         "textureFormats": {