Implement case insensitive path resolution
This commit is contained in:
parent
f49b03ba23
commit
408864339f
3 changed files with 104 additions and 53 deletions
|
|
@ -117,6 +117,8 @@ struct GlobalStatePrivate
|
|||
for (int i = 0; i < config.rtps.count(); ++i)
|
||||
fileSystem.addPath(config.rtps[i].constData());
|
||||
|
||||
fileSystem.createPathCache();
|
||||
|
||||
globalTexW = 128;
|
||||
globalTexH = 64;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue