Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrxh committed Aug 31, 2024
1 parent ba73808 commit f23f8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Gui/SimulationParametersWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,7 @@ void _SimulationParametersWindow::processBase()
.textWidth(RightColumnWidth)
.defaultValue(origParameters.legacyCellFunctionMuscleMovementAngleFromSensor)
.tooltip("This parameter changes the behavior of the parameter 'Movement toward target'. If activated, the muscle cell fetches the "
"movement angle directly from a connected (or connected-connected) sensor cell that has previously detected a target "
"movement angle directly from a connected (or connected-connected) sensor cell that has previously been detected a target "
"(legacy behavior). If deactivated, the input signal must only originate from a sensor cell and must not be adjacent (new behavior)."),
parameters.legacyCellFunctionMuscleMovementAngleFromSensor);
AlienImGui::EndTreeNode();
Expand Down

0 comments on commit f23f8dd

Please sign in to comment.