mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
Font cache fixes
This commit is contained in:
@@ -79,7 +79,7 @@ void View::Resources::init(boo::GLDataFactory* factory)
|
||||
|
||||
#if _WIN32
|
||||
|
||||
void View::System::init(boo::ID3DDataFactory* factory)
|
||||
void View::Resources::init(boo::ID3DDataFactory* factory)
|
||||
{
|
||||
static const char* SolidVS =
|
||||
"struct VertData\n"
|
||||
@@ -176,7 +176,7 @@ void View::System::init(boo::ID3DDataFactory* factory)
|
||||
|
||||
#elif BOO_HAS_METAL
|
||||
|
||||
void View::System::init(boo::MetalDataFactory* factory)
|
||||
void View::Resources::init(boo::MetalDataFactory* factory)
|
||||
{
|
||||
static const char* SolidVS =
|
||||
"#include <metal_stdlib>\n"
|
||||
|
||||
Reference in New Issue
Block a user