Browse Source

add missing semicolon

Kacey Coley 7 years ago
parent
commit
015ed2bf42
1 changed files with 1 additions and 1 deletions
  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);
                         };
 
                     }