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
Line 688, 707, 729 and 755 of the main file have a bug where they are accessing the attribute values array rather than the names array. Meaning these functions don't work. Setting them to access attr[0] instead of 1, fixes this issue!
The text was updated successfully, but these errors were encountered:
Nidonocu
changed the title
HasAttribute and GetAttribute have a bug
Attribute functions have a bug
Jul 5, 2022
Line 688, 707, 729 and 755 of the main file have a bug where they are accessing the attribute values array rather than the names array. Meaning these functions don't work. Setting them to access
attr[0]
instead of1
, fixes this issue!The text was updated successfully, but these errors were encountered: