From 401d4b42d643320f3af5512bfb4738c5e96ab03e Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Thu, 3 Dec 2015 17:44:35 -0800 Subject: [PATCH] Update HECL --- Editor/main.cpp | 2 +- hecl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Editor/main.cpp b/Editor/main.cpp index 75d630888..3c4981a6c 100644 --- a/Editor/main.cpp +++ b/Editor/main.cpp @@ -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*) diff --git a/hecl b/hecl index 1cdcaa712..b166b096a 160000 --- a/hecl +++ b/hecl @@ -1 +1 @@ -Subproject commit 1cdcaa7120afaab130abcf98911fee59b4e5cb30 +Subproject commit b166b096a4b1592b1ee4f62e5afc0ad29bbf671f