mirror of https://github.com/AxioDL/metaforce.git
parent
f441220404
commit
bf2487d036
|
@ -26,7 +26,7 @@ struct MLVL : BigYAML
|
|||
Value<atUint32> memRelayId;
|
||||
Value<atUint32> targetId;
|
||||
Value<atUint16> msg;
|
||||
Value<atUint8> unk;
|
||||
Value<bool> active;
|
||||
};
|
||||
Vector<MemRelayLink, DNA_COUNT(memRelayLinkCount)> memRelayLinks;
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ struct Application : boo::IApplicationCallback
|
|||
|
||||
unsigned dpi = m_mainWindow->getVirtualPixelFactor() * 72;
|
||||
HECL::CVar* cvDPI = m_cvarManager.newCVar("ed_dpi", "User-selected UI DPI",
|
||||
int(dpi), HECL::CVar::EFlags::Editor);
|
||||
int(dpi), HECL::CVar::EFlags::Editor | HECL::CVar::EFlags::Archive);
|
||||
|
||||
boo::IGraphicsDataFactory* gf = m_mainWindow->getMainContextDataFactory();
|
||||
m_viewResources.init(gf, &m_fontCache, dpi);
|
||||
|
|
2
hecl
2
hecl
|
@ -1 +1 @@
|
|||
Subproject commit 7bbe4278b5fc7c700c746896b9b758d534a9301e
|
||||
Subproject commit 44e2022c1d6e8046e2806f11737b872e1e49a129
|
Loading…
Reference in New Issue