mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Settings: Purge getDefault, clean FontEngine
This commit is contained in:
parent
37a05ec8d6
commit
2760371d8e
8 changed files with 38 additions and 60 deletions
|
@ -229,7 +229,7 @@ void TestSettings::testAllSettings()
|
|||
// Confirm settings
|
||||
Settings s2("[dummy_eof_end_tag]");
|
||||
std::istringstream is(config_text_after, std::ios_base::binary);
|
||||
s2.parseConfigLines(is);
|
||||
UASSERT(s2.parseConfigLines(is) == true);
|
||||
|
||||
compare_settings("(main)", &s, &s2);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue