mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
Removed resetResources method (global reconstruction preferred)
This commit is contained in:
@@ -114,13 +114,6 @@ void Space::mouseLeave(const boo::SWindowCoord& coord)
|
||||
}
|
||||
}
|
||||
|
||||
void Space::resetResources(ViewResources& res)
|
||||
{
|
||||
if (m_contentView)
|
||||
m_contentView->resetResources(res);
|
||||
m_toolbar->resetResources(res);
|
||||
}
|
||||
|
||||
void Space::resized(const boo::SWindowRect& root, const boo::SWindowRect& sub)
|
||||
{
|
||||
View::resized(root, sub);
|
||||
|
||||
Reference in New Issue
Block a user