forked from jaildesigner-jailgames/jaildoctors_dilemma
Resolviendo bug en setTopSurfaces con los -1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user