Skip to content

Commit

Permalink
remove reposition
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Sep 17, 2024
1 parent 78be756 commit 15d18b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flixel/system/debug/watch/Watch.hx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ class Watch extends Window
resetEntries();
minSize.setTo(getMaxMinWidth() + entriesContainerOffset.x, entriesContainer.height + entriesContainerOffset.y);
super.updateSize();
reposition(x, y);
}

function resetEntries():Void
Expand Down

0 comments on commit 15d18b7

Please sign in to comment.