mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Major graphics resource performance improvement
This commit is contained in:
@@ -148,6 +148,12 @@ void CGuiFrame::SetAspectConstraint(float c)
|
||||
CGuiSys::ViewportResizeFrame(this);
|
||||
}
|
||||
|
||||
void CGuiFrame::SetMaxAspect(float c)
|
||||
{
|
||||
m_maxAspect = c;
|
||||
CGuiSys::ViewportResizeFrame(this);
|
||||
}
|
||||
|
||||
void CGuiFrame::Update(float dt)
|
||||
{
|
||||
xc_headWidget->Update(dt);
|
||||
|
||||
Reference in New Issue
Block a user