Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaChal committed Apr 16, 2015
1 parent f9be7ab commit 46ab21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splash.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
screen = pygame.display.set_mode(splash.get_size(),pygame.NOFRAME)
screen.blit(splash, (0,0))
except:
try;
try:
font = pygame.font.Font(os.path.join('.', 'fonts', 'DejaVuSans-Bold.ttf'), 48)
buf = font.render("MCEDit is loading...", True, (128, 128, 128))
screen = pygame.display.set_mode((buf.get_width() + 20, buf.get_height() + 20), pygame.NOFRAME)
Expand Down

0 comments on commit 46ab21d

Please sign in to comment.