mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Corrected old port mapping! Thanks for catching that @ericr.
This commit is contained in:
parent
842a8e9778
commit
4523597a04
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@ const BoostPortFeedback = {
|
|||
const BoostPort10000223OrOlder = {
|
||||
A: 55,
|
||||
B: 56,
|
||||
C: 0,
|
||||
D: 1
|
||||
C: 1,
|
||||
D: 2
|
||||
};
|
||||
|
||||
const BoostPort10000224OrNewer = {
|
||||
|
|
Loading…
Reference in a new issue