fix index out of range check in GetCoefficientAtIndex #164
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This index out of range check would not hit if the index is equal to the length (which still makes it out of range), so I simply changed > to >=.
Should fix random crashes in titles like Super Mario Party Jamboree (this is where I encountered the bug).
This pull request fixes the following issue:
Fixes #17
Download the artifacts for this pull request:
GUI-less (SDL2)
Only for Developers
Thanks @Daninator1