File tree 4 files changed +4
-10
lines changed
src/main/java/processing/core
4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -159,12 +159,6 @@ def import_opengl
159
159
end
160
160
end
161
161
162
- def proxy_java_fields
163
- fields = %w[ sketchPath key frameRate mousePressed keyPressed ]
164
- methods = fields . map { |field | java_class . declared_field ( field ) }
165
- @declared_fields = Hash [ fields . zip ( methods ) ]
166
- end
167
-
168
162
# When certain special methods get added to the sketch, we need to let
169
163
# Processing call them by their expected Java names.
170
164
def method_added ( method_name ) #:nodoc:
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module PiCrate
4
- VERSION = '2.5.0 '
4
+ VERSION = '2.5.1 '
5
5
end
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DO NOT MODIFY - GENERATED CODE
11
11
<modelVersion >4.0.0</modelVersion >
12
12
<groupId >ruby-processing</groupId >
13
13
<artifactId >picrate</artifactId >
14
- <version >2.5.0 </version >
14
+ <version >2.5.1 </version >
15
15
<name >picrate</name >
16
16
<description >An integrated processing-core (somewhat hacked), with additional java code for a jruby version of processing.</description >
17
17
<url >http://maven.apache.org</url >
@@ -68,7 +68,7 @@ DO NOT MODIFY - GENERATED CODE
68
68
<itextpdf .version>5.5.13.2</itextpdf .version>
69
69
<jogl .version>2.3.2</jogl .version>
70
70
<jruby .api>http://jruby.org/apidocs/</jruby .api>
71
- <jruby .version>9.3.0 .0</jruby .version>
71
+ <jruby .version>9.3.1 .0</jruby .version>
72
72
<picrate .basedir>${project.basedir} </picrate .basedir>
73
73
<polyglot .dump.pom>pom.xml</polyglot .dump.pom>
74
74
<processing .api>http://processing.github.io/processing-javadocs/core/</processing .api>
Original file line number Diff line number Diff line change @@ -167,8 +167,8 @@ public class PApplet implements PConstants {
167
167
* that people use the sketchPath() method and it's inited properly. Call
168
168
* sketchPath() once to set the default.
169
169
*/
170
+
170
171
private String sketchPath;
171
- // public String sketchPath;
172
172
173
173
static final boolean DEBUG = false;
174
174
// static final boolean DEBUG = true;
You can’t perform that action at this time.
0 commit comments