aboutsummaryrefslogtreecommitdiff
path: root/openguilion/phase01To17.py
diff options
context:
space:
mode:
Diffstat (limited to 'openguilion/phase01To17.py')
-rw-r--r--openguilion/phase01To17.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/openguilion/phase01To17.py b/openguilion/phase01To17.py
index 9a457aa..3856481 100644
--- a/openguilion/phase01To17.py
+++ b/openguilion/phase01To17.py
@@ -103,8 +103,8 @@ def phase01To17(animTime):
pil_image = Image.frombytes("RGBA", (_.w, _.h), pil_string_image)
draw = ImageDraw.Draw(pil_image)
blurred = pil_image.filter(ImageFilter.BoxBlur(3))
- py_text = pygame.image.fromstring(blurred.tobytes(), blurred.size, blurred.mode)
- _.screen.blit(py_text, (0, 0, 0, 0))
+ blurred = pygame.image.fromstring(blurred.tobytes(), blurred.size, blurred.mode)
+ _.screen.blit(blurred, (0, 0, 0, 0))
_.screen.blit(surfacePhase01to17, (0, 0))
if animTime >= 10: