Parcourir la source

gbe.display will initialize the font system when initializing the display.

master
Bryan Miller il y a 6 ans
Parent
révision
a50f2c52d5
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      game/gbe/display.py

+ 1
- 0
game/gbe/display.py Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer