Skip to content

Commit

Permalink
revert "add default comment"
Browse files Browse the repository at this point in the history
  • Loading branch information
AshimeeAlt authored May 26, 2024
1 parent a03311c commit 1cf0a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,7 @@ class Runtime extends EventEmitter {

// Check if "blockShape" is specified
if (blockInfo.blockShape) {
blockJSON.outputShape = blockInfo.outputShape || ScratchBlocksConstants.OUTPUT_SHAPE_ROUND; // Default to the round/reporter shape
blockJSON.outputShape = blockInfo.outputShape || ScratchBlocksConstants.OUTPUT_SHAPE_ROUND;
}


Expand Down

0 comments on commit 1cf0a62

Please sign in to comment.