فهرست منبع

#256 add missing targetCamera to gulp

Abe Rodriguez 11 سال پیش
والد
کامیت
f8fda58bf9
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      Tools/Gulp/gulpfile.js

+ 1 - 0
Tools/Gulp/gulpfile.js

@@ -69,6 +69,7 @@ gulp.task('scripts', ['shaders'] ,function() {
       '../../Babylon/Lights/Shadows/babylon.shadowGenerator.js',
       '../../Babylon/Collisions/babylon.collider.js',
       '../../Babylon/Cameras/babylon.camera.js',
+      '../../Babylon/Cameras/babylon.targetCamera.js',
       '../../Babylon/Cameras/babylon.freeCamera.js',
       '../../Babylon/Cameras/babylon.followCamera.js',
       '../../Babylon/Cameras/babylon.touchCamera.js',