mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:47:43 +00:00
Windows fixes
This commit is contained in:
@@ -223,7 +223,7 @@ public:
|
||||
struct CFogState
|
||||
{
|
||||
zeus::CColor m_color;
|
||||
float m_rangeScale = 1.f;
|
||||
float m_rangeScale = 0.f;
|
||||
float m_start = 4096.f;
|
||||
};
|
||||
|
||||
@@ -313,6 +313,13 @@ public:
|
||||
g_SpareTexture = spareTex;
|
||||
}
|
||||
|
||||
static void ShutdownBoo()
|
||||
{
|
||||
g_BooFactory = nullptr;
|
||||
g_BooMainCommandQueue = nullptr;
|
||||
g_SpareTexture.reset();
|
||||
}
|
||||
|
||||
static const boo::SystemChar* PlatformName()
|
||||
{
|
||||
return g_BooPlatformName;
|
||||
|
||||
Reference in New Issue
Block a user