瀏覽代碼

Merge branch 'master' of https://github.com/BabylonJS/Babylon.js

David Catuhe 10 年之前
父節點
當前提交
4a3be3405d
共有 2 個文件被更改,包括 5 次插入4 次删除
  1. 1 1
      Babylon/Rendering/babylon.depthRenderer.ts
  2. 4 3
      Tools/Gulp/package.json

+ 1 - 1
Babylon/Rendering/babylon.depthRenderer.ts

@@ -147,4 +147,4 @@
             this._depthMap.dispose();
         }
     }
-} 
+} 

+ 4 - 3
Tools/Gulp/package.json

@@ -9,10 +9,11 @@
     "gulp-concat": "^2.2.0",
     "gulp-filter": "^0.4.1",
     "gulp-rename": "^1.2.0",
-	"gulp-typescript" : "2.4.0",
-	"gulp-sourcemaps" : "1.3.0",
+    "gulp-typescript" : "2.4.2",
+    "gulp-sourcemaps" : "1.3.0",
     "gulp-uglify": "^0.3.0",
     "gulp-util": "^2.2.14",
-    "through": "^2.3.4"
+    "through": "^2.3.4",
+    "gulp-param": "0.6.3"
   }
 }