Other platforms have more than one renderer now.

This commit is contained in:
Colby Klein
2012-12-09 03:03:58 -08:00
parent d5bb1122b1
commit c8bbaf6eaa
+2 -2
View File
@@ -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;
}