1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 04:15:31 +00:00

Fix journal freeze

This commit is contained in:
scrawl 2015-12-01 16:09:05 +01:00
parent cfcbd20d99
commit 2327a41826

View file

@ -72,8 +72,6 @@ struct JournalViewModelImpl : JournalViewModel
}
}
wchar_t tolower (wchar_t ch) const { return tolower (ch); }
bool isEmpty () const
{
MWBase::Journal * journal = MWBase::Environment::get().getJournal();