瀏覽代碼

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

master
Bryan Miller 6 年之前
父節點
當前提交
a50f2c52d5
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      game/gbe/display.py

+ 1
- 0
game/gbe/display.py 查看文件

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


Loading…
取消
儲存