This commit is contained in:
2014-06-02 17:01:07 +02:00
parent 27bfbd2025
commit 94fc516a69
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ public:
m_FrameStack->Height = 1080;
m_Renderer = std::make_shared<Renderer>(m_ResourceManager);
m_Renderer->SetFullscreen(true);
m_Renderer->SetFullscreen(false);
m_Renderer->SetResolution(*static_cast<Rectangle*>(m_FrameStack));
m_Renderer->Initialize();