We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ef949 commit 34c4155Copy full SHA for 34c4155
external_library/gem/ruby_wordcram/letter_stair_case.rb
@@ -26,7 +26,7 @@ def load_letters
26
x = map1d(count, (0..29), (0..width))
27
y = map1d(count, (0..29), (0..height))
28
count += 1
29
- word.set_place(Java::ProcessingCore::PVector.new(x, y))
+ word.set_place(x, y)
30
word.set_size(35)
31
end
32
0 commit comments