Skip to content

Commit

Permalink
Add stub for rendering finished, so -w still works
Browse files Browse the repository at this point in the history
  • Loading branch information
stuaxo committed Apr 29, 2016
1 parent 0e5f6da commit 49a03cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion shoebot/core/drawqueue_sink.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ def create_rcontext(self, size, frame):
frame of the bot
'''
pass


def rendering_finished(self, size, frame, cairo_ctx):
pass

def main_iteration(self):
"""
Called from main loop, if your sink needs to handle GUI events
Expand Down

0 comments on commit 49a03cf

Please sign in to comment.