removed rotating by 180°

this change combined with flipping the minimap upside-down had no effect
This commit is contained in:
Faraphel 2021-08-03 08:16:44 +02:00 committed by GitHub
parent 92c8134091
commit 14b0b7fbc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,6 @@ def get_display(scene_data: tuple) -> Image:
pygame.display.quit()
pygame.quit()
image = image.rotate(180)
return image