recator: Repo interface
This commit is contained in:
@@ -12,7 +12,7 @@ func NextTravelCoord(w, h uint32, x1, y1, x2, y2, delta float64) (float64, float
|
||||
if distance <= delta {
|
||||
return x2, y2, true
|
||||
}
|
||||
// TODO: refactor - remove extra vars
|
||||
// [ ] refactor - remove extra vars
|
||||
xa := 0.
|
||||
ya := 0.
|
||||
xb := deltaX
|
||||
|
||||
Reference in New Issue
Block a user