Skip to content

Commit

Permalink
cleaned up PR
Browse files Browse the repository at this point in the history
  • Loading branch information
cpetry committed Dec 3, 2024
1 parent 66f37ba commit cc6acaf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Assets/UniGLTF/Runtime/UniGLTF/IO/gltfExporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ public gltfExporter(
m_settings = new GltfExportSettings();
}

if (progress != null)
m_progress = progress;
m_animationExporter = animationExporter;
m_materialExporter = materialExporter ?? MaterialExporterUtility.GetValidGltfMaterialExporter();
m_textureSerializer = textureSerializer ?? new RuntimeTextureSerializer();
Expand Down

0 comments on commit cc6acaf

Please sign in to comment.