Explorar o código

GLTF Loader Extension Lint Fix A

MackeyK24 %!s(int64=6) %!d(string=hai) anos
pai
achega
bb5f22c63e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      loaders/src/glTF/2.0/glTFLoaderExtension.ts

+ 1 - 1
loaders/src/glTF/2.0/glTFLoaderExtension.ts

@@ -112,7 +112,7 @@ export interface IGLTFLoaderExtension extends IGLTFBaseLoaderExtension, IDisposa
      * @returns A promise that resolves with the loaded Babylon skeleton when the load is complete or null if not handled
      */
     loadSkinAsync?(context: string, node: INode, skin: ISkin): Nullable<Promise<void>>;
-    
+
     /**
      * Define this method to modify the default behavior when loading uris.
      * @param context The context when loading the asset