Skip to content

Commit 56700c8

Browse files
committed
Propane.app not Processing.app
1 parent 54bb18f commit 56700c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graphics_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def key_pressed
9393
when 'o'
9494
@corner = @mesh.opposite(@corner)
9595
when 'q', 'Q'
96-
Processing.app.exit
96+
Propane.app.exit
9797
end
9898
end
9999

lib/graphics_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def key_pressed
9090
when 'o'
9191
@corner = @mesh.opposite(@corner)
9292
when 'q', 'Q'
93-
Processing.app.exit
93+
Propane.app.exit
9494
end
9595
end
9696

0 commit comments

Comments
 (0)