YASim: revert a change in Model.cpp that caused segfaults on some systems.
This commit is contained in:
parent
c00f98b0d1
commit
43e19c1123
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ void Model::iterate()
|
|||
void Model::setState(State* s)
|
||||
{
|
||||
_integrator.setState(s);
|
||||
_s = s;
|
||||
_s = _integrator.getState();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue