[Core] Add case-insensitive String::containsn

This commit is contained in:
A Thousand Ships
2024-05-06 10:26:10 +02:00
parent 281fe39929
commit b4c6cc7d82
23 changed files with 64 additions and 32 deletions

View File

@@ -157,7 +157,7 @@ Config::Config() {
continue;
}
if (renderer.findn(v) != -1) {
if (renderer.containsn(v)) {
use_depth_prepass = false;
}
}