Procházet zdrojové kódy

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

master
Bryan Miller před 6 roky
rodič
revize
a50f2c52d5
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      game/gbe/display.py

+ 1
- 0
game/gbe/display.py Zobrazit soubor

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


Načítá se…
Zrušit
Uložit