You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes that sounds plausible. But it doesn't really matter since this setup is symmetric. Nevertheless good find, thank you for reporting. Took only three years for someone to spot it.
In file: ModelNBody.cpp method: ModelNBody::Init()
m_center.y += st.x * st_aux.mass;
must be:
m_center.y += st.y * st_aux.mass;
DJ
The text was updated successfully, but these errors were encountered: