Skip to content

Commit

Permalink
giga fix wow im so good
Browse files Browse the repository at this point in the history
  • Loading branch information
jostja committed Jul 12, 2024
1 parent 1e8c69c commit 09086d5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions source/GM-TE/GMTETileMap.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ GMTETileMap class >> maxLayers [

{
#category : #'instance creation',
#'squeak_changestamp' : 'Ivo Zilkenat 7/12/2024 20:16'
#'squeak_changestamp' : 'mcjj 7/12/2024 23:10'
}
GMTETileMap class >> newFromEditableTileMap: aMap [

Expand All @@ -76,9 +76,11 @@ GMTETileMap class >> newFromEditableTileMap: aMap [
abandon.

"Initially draw background tiles"
newMap updateTilesBackground.
newMap resetView.
newMap hasStaticView: true.
newMap
updateTilesBackground;
resetView;
hasStaticView: true;
reorderSubmorphsInLayers.

^ newMap
]
Expand Down

0 comments on commit 09086d5

Please sign in to comment.