浏览代码

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);
                         };
 
                     }