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

Tweaks for CVar integration

This commit is contained in:
Jack Andersen
2015-12-02 11:11:50 -10:00
parent b431ba8686
commit 3ee468157b
10 changed files with 40 additions and 25 deletions

View File

@@ -108,6 +108,11 @@ void RootView::modKeyUp(boo::EModifierKey mod)
{
}
void RootView::resetResources(ViewResources& res)
{
m_splitView->resetResources(res);
}
void RootView::draw(boo::IGraphicsCommandQueue* gfxQ)
{
if (m_resizeRTDirty)