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

Runtime: constexpr fixes for gcc

This commit is contained in:
2020-05-27 13:02:20 -04:00
parent c4ccb1cfce
commit d44eccc386
8 changed files with 10 additions and 13 deletions

View File

@@ -35,7 +35,7 @@ SViewport g_Viewport = {
};
u32 CGraphics::g_FrameCounter = 0;
constexpr std::array<zeus::CMatrix3f, 6> CGraphics::skCubeBasisMats{{
const std::array<zeus::CMatrix3f, 6> CGraphics::skCubeBasisMats{{
/* Right */
{0.f, 1.f, 0.f, 1.f, 0.f, 0.f, 0.f, 0.f, -1.f},
/* Left */