Skip to content

Commit 615d5b0

Browse files
committed
arcball not needed
1 parent a2daa1e commit 615d5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

processing_app/library/vector_utils/spiral.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env jruby -v -W2
22
# frozen_string_literal: true
33
require 'propane'
4-
require 'arcball'
4+
55
class SpiralLayout < Propane::App
66
load_library :vector_utils
77

0 commit comments

Comments
 (0)