Empty lines are now included
This commit is contained in:
1
gui.py
1
gui.py
@@ -144,7 +144,6 @@ class GUI_PyGame:
|
|||||||
# Blit one line after another
|
# Blit one line after another
|
||||||
accumulated_height = 0
|
accumulated_height = 0
|
||||||
for line in text:
|
for line in text:
|
||||||
if line != "":
|
|
||||||
tempsurface = font.render(line, 1, color)
|
tempsurface = font.render(line, 1, color)
|
||||||
if halign == 0: # left aligned
|
if halign == 0: # left aligned
|
||||||
hoffset = 0
|
hoffset = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user