Skip to content

Commit a323778

Browse files
committed
config file fix
1 parent acc3a14 commit a323778

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rcmds/data/benjamin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Rotifer
22
10.0.0.138
33
25211
44
ping: ,var:ping;ip: ,var:ip;port: ,var:port;;f/b: ,var:0;trim: ,var:1;l/r: ,var:2;lift: ,var:3;climb: ,var:4;intake: ,var:5;eject: ,var:6
5-
6,1
5+
7,1
66

77
3,u,,1,,1,,
88
3,j,,1,,-.4,,

rcmds/rcmds.pde

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//v1.3
1+
//v1.3.1
22

33
HashSet<Integer> virtualKeyboardButton;
44
HashSet<String> virtualGamepadButton;
@@ -56,8 +56,8 @@ void draw() {
5656
enabled = false;
5757
}
5858
keyboardCtrl.oldKeys=(HashSet)keyboardCtrl.keys.clone();
59-
virtualKeyboardButton.clear();
60-
virtualGamepadButton.clear();
59+
virtualKeyboardButton.clear();
60+
virtualGamepadButton.clear();
6161
} else {
6262
surface.setSize(300, 50);
6363
textSize(30);

0 commit comments

Comments
 (0)