ConcreteMC / Alex

A Minecraft client written in C# aimed at compatibility with MC:Java & MC:Bedrock
Mozilla Public License 2.0
590 stars 46 forks source link

Model.cs Draw() ParentBone out of range of _matrices #95

Closed philipbraatz closed 2 years ago

philipbraatz commented 3 years ago

I have no clue why but ParentBone sometimes is a larger index than the _matrices. In this case ParentBone is 18 and _matrices size is 18. image

kennyvv commented 3 years ago

Thanks for reporting! Seems to me the indexes don't always get recalculated...

kennyvv commented 2 years ago

Closing as i recently refactored some stuff around this and this should be fixed.