Resolution fixed and Centered text

This commit is contained in:
viktorljung
2016-01-19 11:45:34 +01:00
parent c4594524da
commit dbe56280a6
9 changed files with 80 additions and 30 deletions
+1
View File
@@ -117,6 +117,7 @@ void Renderer::Draw(RenderFrame& frame)
m_TextRenderer->Draw(*scene);
}
m_ImGuiRenderPass->Draw();
glfwSwapBuffers(m_Window);