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

D3D fixes

This commit is contained in:
Jack Andersen
2019-03-03 13:04:18 -10:00
parent 8b9f073635
commit 54f0724de5
19 changed files with 596 additions and 159 deletions

View File

@@ -190,11 +190,11 @@ public:
};
struct CFogState {
ERglFogMode m_mode;
zeus::CColor m_color;
float m_A = 0.f;
float m_B = 0.5f;
float m_C = 0.f;
ERglFogMode m_mode;
};
static CProjectionState g_Proj;