From d809874263769150f77416acb9561292f984aaaa Mon Sep 17 00:00:00 2001 From: _iPhoenix_ <32944537+Legend-of-iPhoenix@users.noreply.github.com> Date: Mon, 18 Jun 2018 19:00:57 -0400 Subject: [PATCH] Fix major bug. --- BlockNinja.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BlockNinja.py b/BlockNinja.py index e007a41..2b0be7f 100644 --- a/BlockNinja.py +++ b/BlockNinja.py @@ -156,7 +156,7 @@ def draw_time(self): "white"))) # this does red flashy thing at end for char in self.time_chars: self.add_child(char) - return t # so external things know when to stopc + return f # so external things know when to stopc # returns a boolean that represents whether a point is in the scene def in_scene(self, position):