Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing function b2Fixture::GetDensity() #42

Closed
GoogleCodeExporter opened this issue Apr 10, 2015 · 2 comments
Closed

Missing function b2Fixture::GetDensity() #42

GoogleCodeExporter opened this issue Apr 10, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

And b2Fixture::SetDensity

Original comment by Tapir....@gmail.com on 29 Nov 2009 at 3:57

@GoogleCodeExporter
Copy link
Author

Original comment by erinca...@gmail.com on 7 Dec 2009 at 8:44

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant