Fixed major bug

This commit is contained in:
TheSumm 2015-01-18 23:57:19 +01:00
parent a8f2bb19db
commit 26fb35fd4d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ const Color Color::darkTeal = 0xff808000;
const Color Color::gray = 0xffa0a0a0;
const Color Color::darkGray = 0xff808080;
const Color Color::lightGray = 0xffc0c0c0;
const Color Color::orange = 0xffff8c00;
const Color Color::orange = 0xff008cff;
Color::Color(const std::string& coltext)
{