iokto / newton-dynamics

Automatically exported from code.google.com/p/newton-dynamics
0 stars 0 forks source link

demoSandbox has two times of setting user data #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
File: DemoEntityManager.cpp

Line: 175
// link the work with this user data
NewtonWorldSetUserData(m_world, this);

Line: 200
// Set the Newton world user data
NewtonWorldSetUserData(m_world, this);

Original issue reported on code.google.com by Neill.So...@gmail.com on 4 Feb 2014 at 7:01