This commit is contained in:
Zihan Chen
2018-07-01 14:59:11 -07:00
parent bb7767db8f
commit 6d7eff927d
41 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ void GuiMain()
{
FileStream fileStream(L"../UIRes/Responsive1.bin", FileStream::ReadOnly);
auto resource = GuiResource::LoadPrecompiledBinary(fileStream);
GetResourceManager()->SetResource(L"Resource", resource);
GetResourceManager()->SetResource(resource);
}
demo::MainWindow window;
window.MoveToScreenCenter();