We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f441487 commit 1549597Copy full SHA for 1549597
1 file changed
scripts/field/FieldBoundaryDetector.lua
@@ -58,7 +58,6 @@ end
58
---@return boolean true if still in progress, false when done
59
function FieldBoundaryDetector:update(dt)
60
-- when we use the custom field, we are done immediately
61
- self.logger:info('status: %d', self.courseField.state)
62
-- FieldCourseField:update() returns true until it's state is FieldCourseDetectionState.FINISHED. Problem
63
-- is, it may never go to the FINISHED state, and then our indication of done is that the callback is called with
64
-- success == true, therefore use the self.done to indicate it.
0 commit comments