mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Metal API adjustments; MSAA support
This commit is contained in:
@@ -196,7 +196,7 @@ void ViewManager::pushRecentFile(hecl::SystemStringView path)
|
||||
|
||||
void ViewManager::init(boo::IApplication* app)
|
||||
{
|
||||
m_mainWindow = app->newWindow(_S("URDE"), 1);
|
||||
m_mainWindow = app->newWindow(_S("URDE"));
|
||||
m_mainWindow->showWindow();
|
||||
m_mainWindow->setWaitCursor(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user