Empty lines are now included

This commit is contained in:
Balthasar Reuter
2015-06-28 19:04:24 +02:00
parent f8f4fb343b
commit 7693f9bf9c

1
gui.py
View File

@@ -144,7 +144,6 @@ class GUI_PyGame:
# Blit one line after another
accumulated_height = 0
for line in text:
if line != "":
tempsurface = font.render(line, 1, color)
if halign == 0: # left aligned
hoffset = 0