# 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 -r a6af3ff86612 -r 0ea591b0b29e pytouhou/ui/sdl/gamerenderer.py --- a/pytouhou/ui/sdl/gamerenderer.py Sun Mar 29 00:08:20 2015 +0100 +++ b/pytouhou/ui/sdl/gamerenderer.py Mon Mar 30 21:00:29 2015 +0200 @@ -138,7 +138,7 @@ def render_text(self, texts): if self.font_manager is None: - return + return False self.font_manager.load(texts)