Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xrCore: Do not lowercase params anymore.
Params can contain paths, which are case-sensitive in Linux (and become invalid after lowercasing). This commit can break application arguments, thus "-EdiTOr" would not be considered as "-editor" option anymore, but it's OK, because there is a number of case-sensitive arguments, which is processed via GetCommandLine() with case-sensitive matching.
- Loading branch information