mirror of
https://github.com/correl/turntable.git
synced 2024-11-23 11:09:56 +00:00
Fix formatting
This commit is contained in:
parent
112ddbe916
commit
a89edbab40
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ def main():
|
|||
screen.fill((0, 0, 0))
|
||||
# Initialise font support
|
||||
pygame.font.init()
|
||||
font = pygame.font.Font(pygame.font.get_default_font(), int(20*HEIGHT/720))
|
||||
font = pygame.font.Font(pygame.font.get_default_font(), int(20 * HEIGHT / 720))
|
||||
# Render the screen
|
||||
pygame.display.update()
|
||||
|
||||
|
|
Loading…
Reference in a new issue