mirror of https://github.com/AxioDL/metaforce.git
Update HECL
This commit is contained in:
parent
54a41e5087
commit
401d4b42d6
|
@ -27,7 +27,6 @@ struct Application : boo::IApplicationCallback
|
|||
m_mainWindow = app->newWindow(_S("RUDE"));
|
||||
m_mainWindow->showWindow();
|
||||
m_mainWindow->setWaitCursor(true);
|
||||
m_cvarManager.serialize();
|
||||
|
||||
unsigned dpi = m_mainWindow->getVirtualPixelFactor() * 72;
|
||||
HECL::CVar* cvDPI = m_cvarManager.newCVar("ed_dpi", "User-selected UI DPI",
|
||||
|
@ -56,6 +55,7 @@ struct Application : boo::IApplicationCallback
|
|||
m_mainWindow->waitForRetrace();
|
||||
}
|
||||
|
||||
m_cvarManager.serialize();
|
||||
return 0;
|
||||
}
|
||||
void appQuitting(boo::IApplication*)
|
||||
|
|
2
hecl
2
hecl
|
@ -1 +1 @@
|
|||
Subproject commit 1cdcaa7120afaab130abcf98911fee59b4e5cb30
|
||||
Subproject commit b166b096a4b1592b1ee4f62e5afc0ad29bbf671f
|
Loading…
Reference in New Issue