Only show the graphics API on the title screen in Windows

This commit is contained in:
Henrik Rydgard 2014-09-13 20:55:51 +02:00
parent e6f1ca6582
commit db486f41e8

View File

@ -432,7 +432,9 @@ void LogoScreen::render() {
ui_draw2d.DrawTextShadow(UBUNTU24, boot_filename.c_str(), bounds.centerX(), bounds.centerY() + 180, colorAlpha(0xFFFFFFFF, alphaText), ALIGN_CENTER);
}
#ifdef _WIN32
dc.DrawText(screenManager()->getThin3DContext()->GetInfoString(T3DInfo::APINAME), bounds.centerX(), bounds.y2() - 100, colorAlpha(0xFFFFFFFF, alphaText), ALIGN_CENTER);
#endif
dc.End();
dc.Flush();