roavatar-renderer 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -57175,6 +57175,9 @@ class ModelLayersDesc {
|
|
|
57175
57175
|
if (otherWrapLayer.HasProperty("AutoSkin")) {
|
|
57176
57176
|
underneathLayer.autoSkin = otherWrapLayer.Prop("AutoSkin");
|
|
57177
57177
|
}
|
|
57178
|
+
if (otherWrapLayer.HasProperty("ImportOrigin")) {
|
|
57179
|
+
underneathLayer.importOrigin = otherWrapLayer.Prop("ImportOrigin");
|
|
57180
|
+
}
|
|
57178
57181
|
underneathLayers.push(underneathLayer);
|
|
57179
57182
|
}
|
|
57180
57183
|
}
|