Use the color violet for displaying FPS. Everything related to debug/etc should be in violet

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14680 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
samuncle
2013-12-09 02:59:29 +00:00
parent 4c1dd1ada4
commit fe2c682ed1

View File

@@ -1401,7 +1401,7 @@ void IrrDriver::displayFPS()
{
no_trust--;
static video::SColor fpsColor = video::SColor(255, 255, 0, 0);
static video::SColor fpsColor = video::SColor(255, 106, 82, 217);
font->draw( L"FPS: ...", core::rect< s32 >(100,0,400,50), fpsColor,
false );
@@ -1434,7 +1434,7 @@ void IrrDriver::displayFPS()
core::stringw fpsString = buffer;
static video::SColor fpsColor = video::SColor(255, 255, 0, 0);
static video::SColor fpsColor = video::SColor(255, 125, 96, 255);
font->draw( fpsString.c_str(), core::rect< s32 >(100,0,400,50), fpsColor, false );
} // updateFPS