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

Commit 4d72233

Browse files
Update StoneDetector.java
Removed local found variable in favor of global found variable in DogeCVDetector
1 parent 57a758b commit 4d72233

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ public class StoneDetector extends DogeCVDetector {
3636

3737

3838
// Results of the detector
39-
private boolean found = false; // Is the stone found
4039
private ArrayList<Point> screenPositions = new ArrayList<>(); // Screen positions of the stones
4140
private ArrayList<Rect> foundRects = new ArrayList<>(); // Found rect
4241

0 commit comments

Comments
 (0)