Browse Source

Merge pull request #136 from michael-korbas/dev

Fixed getActiveMeshes name in babylon.scene.js
deltakosh 11 năm trước cách đây
mục cha
commit
0b73d567a8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Babylon/babylon.scene.js

+ 1 - 1
Babylon/babylon.scene.js

@@ -134,7 +134,7 @@ var BABYLON = BABYLON || {};
         return this._evaluateActiveMeshesDuration;
         return this._evaluateActiveMeshesDuration;
     };
     };
 
 
-    BABYLON.Scene.prototype.geActiveMeshes = function () {
+    BABYLON.Scene.prototype.getActiveMeshes = function () {
         return this._activeMeshes;
         return this._activeMeshes;
     };
     };