diff --git a/source/GM-TE/GMTEEditor.class.st b/source/GM-TE/GMTEEditor.class.st index 337b734d..f0c9b6c5 100644 --- a/source/GM-TE/GMTEEditor.class.st +++ b/source/GM-TE/GMTEEditor.class.st @@ -951,15 +951,14 @@ GMTEEditor >> importMenu [ { #category : #initialization, - #'squeak_changestamp' : 'TW 6/25/2024 15:45' + #'squeak_changestamp' : 'TW 6/25/2024 17:08' } GMTEEditor >> initialize [ "starts the tile editor" super initialize. self - selectedLayers: Set new; - selectLayer: 1; + selectedLayers: {1}; morphBuilders: Dictionary new; open; ratio: 1;