Implement case insensitive path resolution

This commit is contained in:
Jonas Kulla 2013-09-30 21:19:43 +02:00
parent f49b03ba23
commit 408864339f
3 changed files with 104 additions and 53 deletions

View file

@ -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;