2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 18:27:42 +00:00

Font cache fixes

This commit is contained in:
Jack Andersen
2015-12-01 17:05:22 -10:00
parent b55e10ea22
commit fe4750f125
4 changed files with 93 additions and 66 deletions

View File

@@ -81,7 +81,7 @@ void TextView::Resources::init(boo::GLDataFactory* factory, FontCache* fcache)
#if _WIN32
void TextView::System::init(boo::ID3DDataFactory* factory, FontCache* fcache)
void TextView::Resources::init(boo::ID3DDataFactory* factory, FontCache* fcache)
{
m_fcache = fcache;
@@ -183,7 +183,7 @@ void TextView::System::init(boo::ID3DDataFactory* factory, FontCache* fcache)
#elif BOO_HAS_METAL
void TextView::System::init(boo::MetalDataFactory* factory, FontCache* fcache)
void TextView::Resources::init(boo::MetalDataFactory* factory, FontCache* fcache)
{
m_fcache = fcache;