Ver código fonte

Fix minor typo in glTF loader

Gary Hsu 7 anos atrás
pai
commit
0da7eb0440
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      loaders/src/glTF/2.0/babylon.glTFLoader.ts

+ 1 - 1
loaders/src/glTF/2.0/babylon.glTFLoader.ts

@@ -1716,7 +1716,7 @@ module BABYLON.GLTF2 {
             }
             else {
                 if (magFilter !== ETextureMagFilter.NEAREST) {
-                    Tools.Warn(context + "Invalid texture magnification filter " + magFilter);
+                    Tools.Warn(context + ": Invalid texture magnification filter " + magFilter);
                 }
 
                 switch (minFilter) {