Resolviendo bug en setTopSurfaces con los -1

This commit is contained in:
2022-09-15 10:14:32 +02:00
parent d5e5d142a4
commit a3d0eccbb9
2 changed files with 31 additions and 19 deletions

View File

@@ -49,7 +49,7 @@ void Debug::render()
y = 0;
for (auto l : log)
{
text->writeColored(x, y, l, {255, 255, 255});
text->writeColored(x + 10, y, l, {255, 255, 255});
y += text->getCharacterSize() + 1;
}
}