Skip to content

Commit

Permalink
Submeshes with recognizable names
Browse files Browse the repository at this point in the history
  • Loading branch information
floxay committed Aug 22, 2021
1 parent 8ae9a2b commit 4d38794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RainbowForge/Dump/DumpHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ private static void DumpMeshObj(string bank, string name, CompiledMeshObject com
{
var objFace = new ObjFace
{
ObjectName = $"object{objId}"
ObjectName = $"{name}_object{objId}"
};

objFace.Vertices.Add(new ObjTriplet(face.A + 1, face.A + 1, face.A + 1));
Expand Down

0 comments on commit 4d38794

Please sign in to comment.