File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ GMTEEditorTileMap >> mouseLeave: anEvent [
173
173
174
174
{
175
175
#category : #' event handling' ,
176
- #' squeak_changestamp' : ' JS 7/12/2024 16:54 '
176
+ #' squeak_changestamp' : ' Valentin Teutschbein 7/12/2024 17:07 '
177
177
}
178
178
GMTEEditorTileMap >> mouseMove: anEvent [
179
179
" implements highlighting of tiles when hovering"
@@ -184,7 +184,7 @@ GMTEEditorTileMap >> mouseMove: anEvent [
184
184
activeLayer := self tileMatrixStack layer: self model selectedLayers anyOne.
185
185
currentIndex := self tileIndexFromPosition: anEvent position.
186
186
187
- selectedIndices := self brush executeWithIndex: currentIndex index andLayer: activeLayer.
187
+ selectedIndices := self brush executeWithIndex: currentIndex andLayer: activeLayer.
188
188
189
189
(anEvent redButtonPressed or : [anEvent yellowButtonPressed]) ifFalse: [self brush resetOutputSet].
190
190
You can’t perform that action at this time.
0 commit comments