Skip to content

Commit

Permalink
Fix major bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-of-iPhoenix authored Jun 18, 2018
1 parent ff849c1 commit d809874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BlockNinja.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit d809874

Please sign in to comment.