mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 03:08:29 +02:00
removed rotating by 180°
this change combined with flipping the minimap upside-down had no effect
This commit is contained in:
parent
92c8134091
commit
14b0b7fbc9
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ def get_display(scene_data: tuple) -> Image:
|
|||
pygame.display.quit()
|
||||
pygame.quit()
|
||||
|
||||
image = image.rotate(180)
|
||||
return image
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue