mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 02:27:43 +00:00
Windows Fixes
This commit is contained in:
@@ -83,7 +83,7 @@ void View::Resources::init(boo::GLDataFactory* factory, const IThemeData& theme)
|
||||
|
||||
#if _WIN32
|
||||
|
||||
void View::Resources::init(boo::ID3DDataFactory* factory, const ThemeData& theme)
|
||||
void View::Resources::init(boo::ID3DDataFactory* factory, const IThemeData& theme)
|
||||
{
|
||||
static const char* SolidVS =
|
||||
"struct VertData\n"
|
||||
|
||||
Reference in New Issue
Block a user