@babylonjs/serializers
Advanced tools
Comparing version 4.1.0-alpha.7 to 4.1.0-alpha.8
@@ -1028,2 +1028,3 @@ import { Vector2, Color3 } from "@babylonjs/core/Maths/math"; | ||
var textureName = baseTextureName + extension; | ||
var originalTextureName = textureName; | ||
if (textureName in imageData) { | ||
@@ -1040,3 +1041,3 @@ textureName = baseTextureName + "_" + Tools.RandomId() + extension; | ||
for (var i = 0; i < images.length; ++i) { | ||
if (images[i].uri === textureName) { | ||
if (images[i].uri === originalTextureName) { | ||
foundIndex = i; | ||
@@ -1043,0 +1044,0 @@ break; |
@@ -7,3 +7,3 @@ { | ||
"description": "The Babylon.js serializers library is an extension you can use to serialize Babylon scenes.", | ||
"version": "4.1.0-alpha.7", | ||
"version": "4.1.0-alpha.8", | ||
"repository": { | ||
@@ -96,4 +96,4 @@ "type": "git", | ||
"dependencies": { | ||
"@babylonjs/core": "4.1.0-alpha.7", | ||
"babylonjs-gltf2interface": "4.1.0-alpha.7", | ||
"@babylonjs/core": "4.1.0-alpha.8", | ||
"babylonjs-gltf2interface": "4.1.0-alpha.8", | ||
"tslib": "^1.9.3" | ||
@@ -100,0 +100,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
615604
5110
+ Added@babylonjs/core@4.1.0-alpha.8(transitive)
+ Addedbabylonjs-gltf2interface@4.1.0-alpha.8(transitive)
- Removed@babylonjs/core@4.1.0-alpha.7(transitive)
- Removedbabylonjs-gltf2interface@4.1.0-alpha.7(transitive)