mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +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…
x
Reference in New Issue
Block a user