Skip to content

Commit

Permalink
even smoler fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksander Morgensterns committed May 28, 2024
1 parent 88ca6c4 commit 32efa5b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions source/GM-TE/GMTEEditor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,12 @@ GMTEEditor class >> fromTileHeight: aHeight widht: aWidth [

{
#category : #'button functions',
#'squeak_changestamp' : 'TW 5/28/2024 11:38'
#'squeak_changestamp' : 'Alex M 5/28/2024 12:19'
}
GMTEEditor >> addLayer [

self
tileMapMatrix tileMatrixStack pushLayer;
changed: #getLayerList
self tileMapMatrix tileMatrixStack pushLayer.
self changed: #getLayerList
]

{
Expand Down

0 comments on commit 32efa5b

Please sign in to comment.