Skip to content

Commit

Permalink
Remove misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adroitwhiz authored and towerofnix committed Dec 16, 2023
1 parent 92d4a8e commit 9841f60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/io/sb3/fromSb3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,6 @@ function getBlockScript(blocks: { [key: string]: sb3.Block }) {
PROCCODE: { type: "string", value: mutation.proccode },
INPUTS: {
type: "customBlockInputValues",
// TODO: Scratch itself uses the argumentids of the corresponding procedures_prototype block.
// There may be some cases where they go out of sync!
value: (JSON.parse(mutation.argumentids) as string[]).map(argumentid => {
let value = result[argumentid] as Exclude<BlockInput.Any, BlockInput.CustomBlockInputValues> | undefined;
if (value === undefined) {
Expand Down

0 comments on commit 9841f60

Please sign in to comment.