Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit cb2c4f33 authored by Martin Dippold's avatar Martin Dippold
Browse files

Correction of GenShape selection (JSON restructuring)

parent 8b5411a4
No related branches found
No related tags found
No related merge requests found
......@@ -400,7 +400,7 @@
' Find the correct curve
For i = 0 To GenShape.veh_class.Count - 1
If GenShape.veh_class(i) = vehicleX.classCode And CBool(GenShape.veh_conf(i)) = vehicleX.IsRigid Then
If GenShape.veh_class(i) = vehicleX.classCode And CBool(GenShape.veh_conf(i)) = Not vehicleX.IsRigid Then
pos = i
Exit For
End If
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment