mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-12 16:05:52 +00:00
Merge pull request #155 from lioncash/initializer
CGraphics: Silence missing initializer warning
This commit is contained in:
commit
551be30b9e
@ -30,7 +30,9 @@ zeus::CTransform CGraphics::g_GXViewPointMatrix;
|
|||||||
zeus::CTransform CGraphics::g_CameraMatrix;
|
zeus::CTransform CGraphics::g_CameraMatrix;
|
||||||
SClipScreenRect CGraphics::g_CroppedViewport;
|
SClipScreenRect CGraphics::g_CroppedViewport;
|
||||||
bool CGraphics::g_IsGXModelMatrixIdentity = true;
|
bool CGraphics::g_IsGXModelMatrixIdentity = true;
|
||||||
SViewport g_Viewport = {0, 0, 640, 480, 640 / 2.f, 480 / 2.f};
|
SViewport g_Viewport = {
|
||||||
|
0, 0, 640, 480, 640 / 2.f, 480 / 2.f, 0.0f,
|
||||||
|
};
|
||||||
u32 CGraphics::g_FrameCounter = 0;
|
u32 CGraphics::g_FrameCounter = 0;
|
||||||
|
|
||||||
const zeus::CMatrix3f CGraphics::skCubeBasisMats[] = {
|
const zeus::CMatrix3f CGraphics::skCubeBasisMats[] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user