Skip to content

Commit

Permalink
integrate parameters for spot changes corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
chrxh committed Nov 11, 2024
1 parent c453fc7 commit 83b3259
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 @@ -2313,7 +2313,7 @@ bool SimulationParametersWindow::processSpot(int index)
validationAndCorrection(spot, parameters);

if (spot != lastSpot) {
_simulationFacade->setSimulationParameters(parameters);
_simulationFacade->setSimulationParameters(parameters, SimulationParametersUpdateConfig::AllExceptChangingPositions);
}

ImGui::EndTabItem();
Expand Down

0 comments on commit 83b3259

Please sign in to comment.