mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Fix lines.
TODO: determine whether I really need `location` as distinct from `.destination`.
This commit is contained in:
parent
a315384e30
commit
90e8ce3253
@ -165,6 +165,8 @@ struct Line: public Command {
|
||||
advance_axis<1>();
|
||||
}
|
||||
}
|
||||
|
||||
location = context.destination;
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user