Skip to content

Commit 562bda7

Browse files
committed
FIXED: MDL 44-53 - Missing triangles on some models due to bad VTX reading when there is no second mesh with strip groups.
1 parent 16fc20f commit 562bda7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Crowbar/Core/GameModel/CompiledFiles/VtxFile/VtxFile07/SourceVtxFile07.vb

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Public Class SourceVtxFile07
5656
Me.theFirstMeshWithStripGroupsInputFileStreamPosition = -1
5757
Me.theModelLodHasOnlyOneMesh = False
5858
Me.theSecondMeshWithStripGroups = Nothing
59+
Me.theStartOfStripGroupVtxStrips = -1
5960
Me.theExpectedStartOfDataAfterFirstStripGroupList = -1
6061
Me.theStripGroupAndStripUseExtraFields = False
6162

0 commit comments

Comments
 (0)