Skip to content

Commit 6fc407e

Browse files
committed
minor oops
1 parent 8afe787 commit 6fc407e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external_library/gem/toxiclibs/simulation/gray_scott_image.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
class GrayScottToneImage < Propane::App
3838
attr_reader :gs, :tone_map, :img
3939

40-
KEYS = (1..9).map { |i| i }
40+
KEYS = (1..9).map { |i| i.to_s }
4141

4242
def setup
4343
sketch_title 'Gray Scott Image'

0 commit comments

Comments
 (0)