We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212983c commit bfe4690Copy full SHA for bfe4690
1 file changed
CathodeLib/Scripts/CATHODE/Models.cs
@@ -222,7 +222,7 @@ override protected bool LoadInternal(MemoryStream stream)
222
{
223
if (submeshMetadata[currentLOD].childLODIndex == offsetData.Item1)
224
225
- lod = new CS2.Component.LOD(submeshMetadata[binIndex].submeshName);
+ lod = new CS2.Component.LOD(submeshMetadata[offsetData.Item1].submeshName);
226
component.LODs.Add(lod);
227
currentLOD = offsetData.Item1;
228
}
0 commit comments