mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:47:42 +00:00
Removed resetResources method (global reconstruction preferred)
This commit is contained in:
@@ -122,15 +122,6 @@ void RootView::modKeyUp(boo::EModifierKey mod)
|
||||
{
|
||||
}
|
||||
|
||||
void RootView::resetResources(ViewResources& res)
|
||||
{
|
||||
m_viewRes = &res;
|
||||
if (m_view)
|
||||
m_view->resetResources(res);
|
||||
if (m_tooltip)
|
||||
m_tooltip->resetResources(res);
|
||||
}
|
||||
|
||||
void RootView::setContentView(std::unique_ptr<View>&& view)
|
||||
{
|
||||
m_view = std::move(view);
|
||||
|
||||
Reference in New Issue
Block a user