Skip to content

Commit

Permalink
First is 1.08 times slower
Browse files Browse the repository at this point in the history
  • Loading branch information
pusewicz committed May 6, 2024
1 parent 77c8c64 commit cb96353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wave_function_collapse/cell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def update
end

def tile
@tiles.first if @collapsed
@tiles[0] if @collapsed
end

def collapse
Expand Down

0 comments on commit cb96353

Please sign in to comment.