Skip to content

Commit

Permalink
removed halt used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
RedToxyl committed Jul 12, 2024
1 parent 99306b4 commit 672af24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/GM-TE/GMTEEditor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -1329,14 +1329,13 @@ GMTEEditor >> initialize [

{
#category : #initialization,
#'squeak_changestamp' : 'tw 7/12/2024 17:15'
#'squeak_changestamp' : 'tw 7/12/2024 17:27'
}
GMTEEditor >> initializeBrush [
"starts the tile editor"

self
brush: GMTEBrush new;
halt;
selectRadiusBrush;
setBrushRadius: 1
]
Expand Down

0 comments on commit 672af24

Please sign in to comment.