mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-13 16:46:00 +00:00
CGuiFrame: Fix reversed SetCullMode
This commit is contained in:
parent
07c90c894a
commit
9da5ddff36
@ -144,7 +144,7 @@ void CGuiFrame::Draw(const CGuiWidgetDrawParms& parms) const {
|
||||
if (widget->GetIsVisible())
|
||||
widget->Draw(parms);
|
||||
|
||||
CGraphics::SetCullMode(ERglCullMode::Front);
|
||||
CGraphics::SetCullMode(ERglCullMode::Back);
|
||||
}
|
||||
|
||||
CGuiWidget* CGuiFrame::BestCursorHit(const zeus::CVector2f& point, const CGuiWidgetDrawParms& parms) const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user