This website works better with JavaScript.
Home
Explore
Help
Sign In
ObsidianBlk
/
Goldbox64
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
gbe.display will initialize the font system when initializing the display.
master
Bryan Miller
6 years ago
parent
69275bb4d4
commit
a50f2c52d5
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
game/gbe/display.py
+ 1
- 0
game/gbe/display.py
View File
@@ -128,6 +128,7 @@ class _Display:
if self._init == False:
self._init = True
pygame.display.init()
pygame.font.init() # Because there's really no reason NOT to.
self.set_mode((width, height), self._display_flags)
return self
Write
Preview
Loading…
Cancel
Save