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
What steps will reproduce the problem?
1. Call b2Fixture::GetDensity() anywhere
2. Compile and link, you will get LNK2001: unresolved external symbol
What is the expected output? What do you see instead?
The function declaration b2Fixture::GetDensity() is missing. It looks like
this:
We need to add this to b2Fixture.h:
inline float32 b2Fixture::GetDensity() const
{
return m_density;
}
What version of the product are you using? On what operating system?
Latest from SVN as of Nov27 09.
Original issue reported on code.google.com by kiaranri...@gmail.com on 28 Nov 2009 at 10:31
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
kiaranri...@gmail.com
on 28 Nov 2009 at 10:31The text was updated successfully, but these errors were encountered: