Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Changed local var names in SDL assert macro.
Otherwise, if someone added an assert to a function that has a variable named "state", the compiler might warn about shadowing a local.
- Loading branch information