Merge remote-tracking branch 'origin/master' into glyphs
This commit is contained in:
commit
3796ee09a3
4 changed files with 26 additions and 9 deletions
|
@ -214,7 +214,7 @@ func InnerMain(command string, args ...string) error {
|
|||
i++
|
||||
if len(args) == i {
|
||||
return fmt.Errorf("move command must be passed bearing")
|
||||
} else if _, err := maths.FromString(args[i]); err != nil {
|
||||
} else if _, err := maths.BearingFromString(args[i]); err != nil {
|
||||
return err
|
||||
}
|
||||
commands = append(commands,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue