Skip to content

Commit fb65011

Browse files
committed
fixed index naming bug
1 parent fc582ff commit fb65011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/GM-TE/GMTEEditorTileMap.class.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ GMTEEditorTileMap >> mouseLeave: anEvent [
173173

174174
{
175175
#category : #'event handling',
176-
#'squeak_changestamp' : 'JS 7/12/2024 16:54'
176+
#'squeak_changestamp' : 'Valentin Teutschbein 7/12/2024 17:07'
177177
}
178178
GMTEEditorTileMap >> mouseMove: anEvent [
179179
"implements highlighting of tiles when hovering"
@@ -184,7 +184,7 @@ GMTEEditorTileMap >> mouseMove: anEvent [
184184
activeLayer := self tileMatrixStack layer: self model selectedLayers anyOne.
185185
currentIndex := self tileIndexFromPosition: anEvent position.
186186

187-
selectedIndices := self brush executeWithIndex: currentIndex index andLayer: activeLayer.
187+
selectedIndices := self brush executeWithIndex: currentIndex andLayer: activeLayer.
188188

189189
(anEvent redButtonPressed or: [anEvent yellowButtonPressed]) ifFalse: [self brush resetOutputSet].
190190

0 commit comments

Comments
 (0)