pandap / slimdx

Automatically exported from code.google.com/p/slimdx
MIT License
0 stars 0 forks source link

AnimationController.GetAnimationSet error #839

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have a problem with the new implentation. It throw me a null reference

Old 2011 march release, work fine.
skinned.Animaset = skinned.AnimationController.GetAnimationSet(1);

New release, don't work anymore "Object reference not set to an instance of an 
object."
skinned.Animaset = skinned.AnimationController.GetAnimationSet<AnimationSet>(1);

skinned and animationcontroller aren't null.

SlimDX 2.0.12.43

Original issue reported on code.google.com by ragnar...@gmail.com on 13 Oct 2011 at 5:53

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2154.

Original comment by Mike.Popoloski on 15 Nov 2011 at 7:14

GoogleCodeExporter commented 9 years ago
I believe the fix I made should resolve this issue. If you're able to build 
from source, try it out and let me know.

Original comment by Mike.Popoloski on 15 Nov 2011 at 7:15