From c8bbaf6eaa7cff4a20b213fa77312392146e5ce6 Mon Sep 17 00:00:00 2001 From: Colby Klein Date: Sun, 9 Dec 2012 03:03:58 -0800 Subject: [PATCH] Other platforms have more than one renderer now. --- src/RageDisplay.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/RageDisplay.cpp b/src/RageDisplay.cpp index 02deceb34a..9ed817b48d 100644 --- a/src/RageDisplay.cpp +++ b/src/RageDisplay.cpp @@ -149,9 +149,9 @@ RString RageDisplay::GetStats() const s = ssprintf( "%i FPS\n%i av FPS\n%i VPF", GetFPS(), GetCumFPS(), GetVPF() ); - #if defined(_WINDOWS) +// #if defined(_WINDOWS) s += "\n"+this->GetApiDescription(); - #endif +// #endif return s; }