Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

Commit 72faaf0

Browse files
authored
Update StoneDetector.java
1 parent 71f31aa commit 72faaf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DogeCV/src/main/java/com/disnodeteam/dogecv/detectors/skystone/StoneDetector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public List<Point> foundScreenPositions() {
5050
return screenPositions;
5151
}
5252

53-
public List<Point> foundRectangles() {
53+
public List<Rect> foundRectangles() {
5454
return foundRects;
5555
}
5656

0 commit comments

Comments
 (0)