Skip to content

Commit

Permalink
smol fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RedToxyl committed Jun 25, 2024
1 parent afc8749 commit 1ddd7a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source/GM-TE/GMTEEditor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1ddd7a7

Please sign in to comment.