فهرست منبع

add missing semicolon

Kacey Coley 7 سال پیش
والد
کامیت
015ed2bf42
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      serializers/src/glTF/2.0/babylon.glTFMaterial.ts

+ 1 - 1
serializers/src/glTF/2.0/babylon.glTFMaterial.ts

@@ -370,7 +370,7 @@ module BABYLON.GLTF2 {
 
                         proceduralTexture.setTexture('textureSampler', texture);
                         proceduralTexture.onGenerated = () => {    
-                            resolve(proceduralTexture) 
+                            resolve(proceduralTexture);
                         };
 
                     }