[ascii] blitSurface basic

This commit is contained in:
2021-04-25 14:55:12 -06:00
parent 0e98e72245
commit 4f3f599909
13 changed files with 265 additions and 12 deletions

View File

@@ -63,7 +63,6 @@ class Stream {
content = content.replace('\r', '');
}
// Life is easier with a trailing newline
if (content.charAt(content.length - 1) != "\n")
content += "\n";