Skip to content

Commit 6db2af7

Browse files
committed
tidy up
1 parent a2293f6 commit 6db2af7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

external_library/java/handy/handy_test.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load_libraries :ball, :handy
1+
load_libraries :balls, :handy
22
java_import 'org.gicentre.handy.HandyRenderer'
33
BALL_NUM = 6
44
attr_reader :handy, :balls
@@ -9,7 +9,6 @@ def settings
99

1010
def setup
1111
sketch_title 'Handy Ball Collision'
12-
HandyRenderer.__persistent__ = true # supress singleton warning
1312
@handy = HandyRenderer.new(self)
1413
@balls = (0...BALL_NUM).map { |idx| Ball.new(self, idx) }
1514
end
File renamed without changes.

0 commit comments

Comments
 (0)