mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 14:06:09 +00:00
aurora: the boring C++ version
This commit is contained in:
@@ -73,7 +73,7 @@ public:
|
||||
std::array<zeus::CColor, 3> colorRegs;
|
||||
zeus::CColor mulColor;
|
||||
zeus::CColor addColor;
|
||||
CGraphics::CFogState fog;
|
||||
CFogState fog;
|
||||
|
||||
void ActivateLights(const std::vector<CLight>& lts);
|
||||
};
|
||||
@@ -94,7 +94,7 @@ public:
|
||||
|
||||
struct OneTextureUniform {
|
||||
zeus::CColor addColor;
|
||||
CGraphics::CFogState fog;
|
||||
CFogState fog;
|
||||
};
|
||||
|
||||
static void Initialize();
|
||||
|
||||
Reference in New Issue
Block a user