forked from mirror/openmw-tes3mp
Fix journal freeze
This commit is contained in:
parent
cfcbd20d99
commit
2327a41826
1 changed files with 0 additions and 2 deletions
|
@ -72,8 +72,6 @@ struct JournalViewModelImpl : JournalViewModel
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
wchar_t tolower (wchar_t ch) const { return tolower (ch); }
|
|
||||||
|
|
||||||
bool isEmpty () const
|
bool isEmpty () const
|
||||||
{
|
{
|
||||||
MWBase::Journal * journal = MWBase::Environment::get().getJournal();
|
MWBase::Journal * journal = MWBase::Environment::get().getJournal();
|
||||||
|
|
Loading…
Reference in a new issue