# HG changeset patch # User Emmanuel Gil Peyrot # Date 1427742029 -7200 # Node ID 0ea591b0b29e526be943a6f2022690200e4fe187 # Parent a6af3ff8661235c4b6325482e34746475bb15296 Fix a build issue introduced in the previous commit. Damn you, cython dependency tracking! diff --git a/pytouhou/ui/sdl/gamerenderer.py b/pytouhou/ui/sdl/gamerenderer.py --- a/pytouhou/ui/sdl/gamerenderer.py +++ b/pytouhou/ui/sdl/gamerenderer.py @@ -138,7 +138,7 @@ class GameRenderer: def render_text(self, texts): if self.font_manager is None: - return + return False self.font_manager.load(texts)