Fixed: Logo transparency

This commit is contained in:
aristocratos 2022-07-05 11:52:12 +02:00
parent 4818441817
commit ab92ed1257
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ namespace Draw {
}
for (size_t i = 0; i < line[1].size(); i += 3) {
if (line[1][i] == ' ') {
letter = ' ';
letter = Mv::r(1);
i -= 2;
}
else