cleaned up PR

This commit is contained in:
Christian Petry
2024-12-03 15:21:03 +01:00
parent 66f37ba2ce
commit cc6acafcf3

View File

@@ -89,8 +89,6 @@ namespace UniGLTF
m_settings = new GltfExportSettings();
}
if (progress != null)
m_progress = progress;
m_animationExporter = animationExporter;
m_materialExporter = materialExporter ?? MaterialExporterUtility.GetValidGltfMaterialExporter();
m_textureSerializer = textureSerializer ?? new RuntimeTextureSerializer();