From 14b0b7fbc9bc74a05719c02c80f9a45769460a4b Mon Sep 17 00:00:00 2001 From: Faraphel Date: Tue, 3 Aug 2021 08:16:44 +0200 Subject: [PATCH] =?UTF-8?q?removed=20rotating=20by=20180=C2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this change combined with flipping the minimap upside-down had no effect --- scripts/minimap/obj_to_png.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/minimap/obj_to_png.py b/scripts/minimap/obj_to_png.py index 13b5afc..c66641b 100644 --- a/scripts/minimap/obj_to_png.py +++ b/scripts/minimap/obj_to_png.py @@ -48,7 +48,6 @@ def get_display(scene_data: tuple) -> Image: pygame.display.quit() pygame.quit() - image = image.rotate(180) return image