File tree Expand file tree Collapse file tree
src/main/java/org/openpatch/scratch Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2059,16 +2059,16 @@ public void setWhenIReceive(WhenIReceiveHandler whenIReceive) {
20592059 }
20602060
20612061 /**
2062- * @see stampToBackground
2062+ * Stamps the current sprite to the background. A stamp is a non interactive
2063+ * version of the sprite.
20632064 */
20642065 public void stamp () {
20652066 this .stampToBackground ();
20662067 }
20672068
20682069 /**
20692070 * Stamps the current sprite to the background. A stamp is a non interactive
2070- * version of the
2071- * sprite.
2071+ * version of the sprite.
20722072 */
20732073 public void stampToBackground () {
20742074 if (this .costumes .size () > 0 ) {
@@ -2088,8 +2088,7 @@ public void stampToUI() {
20882088
20892089 /**
20902090 * Stamps the current sprite to the foreground. A stamp is a non interactive
2091- * version of the
2092- * sprite.
2091+ * version of the sprite.
20932092 */
20942093 public void stampToForeground () {
20952094 if (this .costumes .size () > 0 ) {
You can’t perform that action at this time.
0 commit comments