Skip to content

Commit 34c4155

Browse files
committed
absolutely no need for PVector entry
1 parent f8ef949 commit 34c4155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external_library/gem/ruby_wordcram/letter_stair_case.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def load_letters
2626
x = map1d(count, (0..29), (0..width))
2727
y = map1d(count, (0..29), (0..height))
2828
count += 1
29-
word.set_place(Java::ProcessingCore::PVector.new(x, y))
29+
word.set_place(x, y)
3030
word.set_size(35)
3131
end
3232
end

0 commit comments

Comments
 (0)