Browse Source

add missing semicolon

Kacey Coley 7 năm trước cách đây
mục cha
commit
015ed2bf42

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

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