Skip to content

Commit

Permalink
small bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzak committed Dec 4, 2011
1 parent 304fc6c commit 1dff212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/chingu/game_states/edit.rb
Expand Up @@ -136,12 +136,12 @@ def initialize(options = {})

@hud_height = 140
@toolbar_icon_size = [32,32]
x = 20
y = 60
draw_toolbar_objects
end

def draw_toolbar_objects
x = 20
y = 60
@classes.each do |klass|
puts "Creating a #{klass}" if @debug

Expand Down

0 comments on commit 1dff212

Please sign in to comment.