fix edge case

This commit is contained in:
Lucent 2023-10-28 00:30:33 +02:00
parent bc5f0b0e7a
commit 24caa187d9

View file

@ -175,8 +175,6 @@ namespace SharpCreditsCrediter
{
romFile.WriteByte(c);
}
} else {
romFile.WriteByte((byte)textToInt(' '));
}
for (int i = 0; i < 38 - currentLine.Length; i++) romFile.WriteByte(0);