[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
@@ -15,8 +15,7 @@ void GuiMain()
{
{
FileStream fileStream(L"../UIRes/BlackSkin.bin", FileStream::ReadOnly);
auto resource = GuiResource::LoadPrecompiledBinary(fileStream);
GetResourceManager()->SetResource(resource);
GetResourceManager()->LoadResourceOrPending(fileStream);
}
{
demo::MainWindow window;