[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

View File

@@ -8,8 +8,7 @@ void GuiMain()
{
{
FileStream fileStream(L"../UIRes/Alignment.bin", FileStream::ReadOnly);
auto resource = GuiResource::LoadPrecompiledBinary(fileStream);
GetResourceManager()->SetResource(resource);
GetResourceManager()->LoadResourceOrPending(fileStream);
}
demo::MainWindow window;
window.MoveToScreenCenter();