Skip to content

Commit

Permalink
Fix default implementation in Artists
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Oct 11, 2008
1 parent 993fc82 commit 558b2e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/socialbeat/artist.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
module SocialBeat
class Artist
def update(canvas, env, u)
def setup_environment(env)
end

def update(events, canvas, env, u)
end

def draw(canvas, env, u)
Expand Down

0 comments on commit 558b2e4

Please sign in to comment.