Skip to content

Commit

Permalink
Merge origin/tmm-dev into tmm-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksander Morgensterns committed Jun 13, 2024
2 parents 6499730 + 79f9354 commit 74ed34f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/GM-TE/GMTEEditor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -482,11 +482,11 @@ GMTEEditor >> exportAsImage [

{
#category : #'button functions',
#'squeak_changestamp' : 'JS 5/30/2024 16:53'
#'squeak_changestamp' : 'jj 6/11/2024 20:00'
}
GMTEEditor >> exportAsMorph [

self tileMapMatrix saveOnFile.
(self tileMapMatrix copy model: nil) saveOnFile.
self savedSinceModified: true
]

Expand Down

0 comments on commit 74ed34f

Please sign in to comment.