You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have encountered an error while parsing hit groups from a demo file and found out that there are missing string mappings for hit group '8' which, after searching in other demo parsing libraries, is assigned for 'neck'.
Solution is easy. Simply add 8_i32 => "neck" to the HIT_GROUP map in maps.rs
I need to stick for workaround for know because I don't use rust and cannot compile the lib by my self so I hope for quick patch.
The text was updated successfully, but these errors were encountered:
I have encountered an error while parsing hit groups from a demo file and found out that there are missing string mappings for hit group '8' which, after searching in other demo parsing libraries, is assigned for 'neck'.
Solution is easy. Simply add
8_i32 => "neck"
to the HIT_GROUP map in maps.rsI need to stick for workaround for know because I don't use rust and cannot compile the lib by my self so I hope for quick patch.
The text was updated successfully, but these errors were encountered: