mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 12:27:43 +00:00
Windows build fixes and warning avoidance
This commit is contained in:
@@ -90,7 +90,7 @@ void TextView::Resources::init(boo::GLDataFactory::Context& ctx, FontCache* fcac
|
||||
|
||||
#if _WIN32
|
||||
|
||||
void TextView::Resources::init(boo::ID3DDataFactory::Context& ctx, FontCache* fcache)
|
||||
void TextView::Resources::init(boo::D3DDataFactory::Context& ctx, FontCache* fcache)
|
||||
{
|
||||
m_fcache = fcache;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user