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

Skip to content
Snippets Groups Projects
Commit d19b25c0 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

correcting typo: use prepared return value

parent 3f903da6
No related branches found
No related tags found
No related merge requests found
......@@ -921,7 +921,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Strategies
if (offResponse.Source is ATGearbox && offResponse is ResponseOverload && GearList.HasPredecessor(nextGear)) {
off.Gear = GearList.Predecessor(nextGear);
}
eval.Add(ResponseEmOff);
eval.Add(off);
return;
}
......
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