Open DJLinux opened 6 years ago
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
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