From 672af24f376772c3fedc9b403b0dc224bc8ecf48 Mon Sep 17 00:00:00 2001 From: Thomas Wolf Date: Fri, 12 Jul 2024 17:28:34 +0200 Subject: [PATCH] removed halt used for debugging --- source/GM-TE/GMTEEditor.class.st | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/GM-TE/GMTEEditor.class.st b/source/GM-TE/GMTEEditor.class.st index a9f1a581..f8fd50c1 100644 --- a/source/GM-TE/GMTEEditor.class.st +++ b/source/GM-TE/GMTEEditor.class.st @@ -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 ]