Skip to content

Commit 2f49040

Browse files
committed
FIXED: MDL v44, v45, v46, v47, v48, v49 - Mesh SMD files are written incorrectly, due to incorrect change in Crowbar 0.66.
1 parent b381bf6 commit 2f49040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Crowbar/Core/GameModel/CompiledFiles/VvdFile/VvdFile04/SourceVvdFile04.vb

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Public Class SourceVvdFile04
9494
aStudioVertex.normalZ = Me.theInputFileReader.ReadSingle()
9595
aStudioVertex.texCoordX = Me.theInputFileReader.ReadSingle()
9696
aStudioVertex.texCoordY = Me.theInputFileReader.ReadSingle()
97-
If mdlVersion >= 54 OrElse mdlVersion <= 59 Then
97+
If mdlVersion >= 54 AndAlso mdlVersion <= 59 Then
9898
Me.theInputFileReader.ReadSingle()
9999
Me.theInputFileReader.ReadSingle()
100100
Me.theInputFileReader.ReadSingle()

0 commit comments

Comments
 (0)