We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54bb18f commit 56700c8Copy full SHA for 56700c8
graphics_test.rb
@@ -93,7 +93,7 @@ def key_pressed
93
when 'o'
94
@corner = @mesh.opposite(@corner)
95
when 'q', 'Q'
96
- Processing.app.exit
+ Propane.app.exit
97
end
98
99
lib/graphics_test.rb
@@ -90,7 +90,7 @@ def key_pressed
90
91
92
0 commit comments