Kaynağa Gözat

Merge pull request #3864 from bghgary/loader-bug-fixes

Fix minor errors in comments
David Catuhe 7 yıl önce
ebeveyn
işleme
04c98833eb
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      loaders/src/glTF/babylon.glTFFileLoader.ts

+ 2 - 2
loaders/src/glTF/babylon.glTFFileLoader.ts

@@ -172,7 +172,7 @@ module BABYLON {
         }
 
         /**
-         * Raised when the loader creates an animation group after parsing the glTF properties of the material.
+         * Raised when the loader creates an animation group after parsing the glTF properties of the animation.
          */
         public readonly onAnimationGroupLoadedObservable = new Observable<AnimationGroup>();
 
@@ -227,7 +227,7 @@ module BABYLON {
         }
 
         /**
-         * Gets a promise that resolves when the asset to be completely loaded.
+         * Gets a promise that resolves when the asset is completely loaded.
          * @returns A promise that resolves when the asset is completely loaded.
          */
         public whenCompleteAsync(): Promise<void> {