Avindr / MxM-IssueTracking

7 stars 0 forks source link

Cannot enable gravity in MxMAnimationDecoupler #153

Closed PerunCreativeMK closed 2 years ago

PerunCreativeMK commented 2 years ago

Hi, I found a small bug in MxMAnimationDecoupler script. public bool EnableGravity { get { return m_enableGravity; } set { m_enableGravity = false; } } (false insted of value) I fixed it in my code but it is anoying to do it after every update to newer version or reimport ( I always forget to change it :) ).

Avindr commented 2 years ago

Thanks for the info. I will include this change in the next update.

Avindr commented 2 years ago

Cheers, I've made this change and will include it with further updates going forward.