Fix Lightmap UVs Source not working in model import options

This commit is contained in:
Wojtek Figat
2022-03-13 19:31:33 +01:00
parent aed6f0403d
commit 8e28fef91f

View File

@@ -213,6 +213,7 @@ struct InternalModelOptions
to->ImportLODs = from->ImportLODs;
to->ImportVertexColors = from->ImportVertexColors;
to->ImportBlendShapes = from->ImportBlendShapes;
to->LightmapUVsSource = from->LightmapUVsSource;
to->CollisionMeshesPrefix = MUtils::ToString(from->CollisionMeshesPrefix);
to->Scale = from->Scale;
to->Rotation = from->Rotation;