소스 검색

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…
취소
저장