2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 19:04:56 +00:00

Updated libSpecter

This commit is contained in:
Jack Andersen
2015-11-23 16:13:18 -10:00
parent ddbcdb347b
commit 855337e8ca
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ struct Application : boo::IApplicationCallback
tmp->addListener(listen);
boo::IGraphicsDataFactory* gf = m_mainWindow->getMainContextDataFactory();
m_fontCache.prepMainFont(gf, true, 20.0, 72);
m_fontCache.prepMainFont(gf, false, 10.0, 72);
m_fontCache.closeBuiltinFonts();
while (m_running)