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

Fix linux compiling

This commit is contained in:
2015-11-27 17:40:59 -08:00
parent aeb69955ae
commit 7123652c95
2 changed files with 4 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ void TextView::System::init(boo::GLDataFactory* factory, FontCache* fcache)
false, false, false);
}
#if _WIN32
void TextView::System::init(boo::ID3DDataFactory* factory, FontCache* fcache)
{
m_fcache = fcache;
@@ -178,6 +179,7 @@ void TextView::System::init(boo::ID3DDataFactory* factory, FontCache* fcache)
boo::BlendFactor::SrcColor1, boo::BlendFactor::InvSrcColor1,
false, false, false);
}
#endif
TextView::TextView(ViewSystem& system, FontTag font, size_t capacity)
: View(system),