Updated renderer

This commit is contained in:
turanszkij
2016-01-09 17:06:22 +01:00
parent d889631c77
commit e7a3a0028c
23 changed files with 301 additions and 686 deletions
-4
View File
@@ -159,10 +159,6 @@ void MainComponent::Compose()
{
ss << "Resolution: " << wiRenderer::GetScreenWidth() << " x " << wiRenderer::GetScreenHeight() << endl;
}
if (infoDisplay.renderResolution)
{
ss << "Render Res: " << wiRenderer::GetRenderWidth() << " x " << wiRenderer::GetRenderHeight() << endl;
}
if (infoDisplay.fpsinfo)
{
ss.precision(2);