[NOT READY]Update release

This commit is contained in:
Zihan Chen
2019-01-10 06:45:51 -08:00
parent 63e2773f8d
commit ca3f940445
40 changed files with 40 additions and 80 deletions
@@ -18,8 +18,7 @@ void GuiMain()
{
{
FileStream fileStream(L"../UIRes/RichTextEmbedding.bin", FileStream::ReadOnly);
auto resource = GuiResource::LoadPrecompiledBinary(fileStream);
GetResourceManager()->SetResource(resource);
GetResourceManager()->LoadResourceOrPending(fileStream);
}
demo::MainWindow window(new ViewModel);
window.MoveToScreenCenter();