mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Load fonts
This commit is contained in:
parent
7c442926f8
commit
dd04bfccfb
23 changed files with 430 additions and 30 deletions
|
@ -30,7 +30,7 @@ Platform::~Platform()
|
|||
mLogFacility = nullptr;
|
||||
}
|
||||
|
||||
void Platform::initialise(const std::string &resourcePath, const std::string &_logName)
|
||||
void Platform::initialise(const VFS::Manager* vfs, const std::string &resourcePath, const std::string &_logName)
|
||||
{
|
||||
if (!_logName.empty() && !mLogFacility)
|
||||
{
|
||||
|
@ -39,6 +39,7 @@ void Platform::initialise(const std::string &resourcePath, const std::string &_l
|
|||
}
|
||||
|
||||
mDataManager->setResourcePath(resourcePath);
|
||||
mDataManager->setVfs(vfs);
|
||||
|
||||
mRenderManager->initialise();
|
||||
mDataManager->initialise();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue