فهرست منبع

Fix minor errors in comments

Gary Hsu 7 سال پیش
والد
کامیت
073943809c
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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> {