Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
getInertia
02-11-2010, 06:09 AM,
#1
getInertia
Hallo ,

I think

Code:
    const T GetInertia() {return rotation.GetInertia();}
in rigidbody.h
should be
Code:
    const MATRIX3 <T> GetInertia() {return rotation.GetInertia();}

BTW: How can I get a developer account, to fix little issues like this by myself?

Regards,
Sebastian
Reply
02-11-2010, 11:20 AM,
#2
 
Huh, how does this even compile the way it is currently?
Reply
02-11-2010, 11:22 AM,
#3
 
Ah, nevermind, it compiles because it never gets called. I'll fix it in SVN.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)