Transició a surface: barallantme amb tots els Color que hi ha pel codi
This commit is contained in:
@@ -48,7 +48,7 @@ void Debug::render()
|
||||
y = 0;
|
||||
for (const auto &l : log_)
|
||||
{
|
||||
text->writeColored(x_ + 10, y, l, Color(255, 255, 255));
|
||||
text->writeColored(x_ + 10, y, l, stringToColor("white"));
|
||||
y += text->getCharacterSize() + 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user