1
0
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:
Thomas Harte 2023-01-31 21:33:57 -05:00
parent a315384e30
commit 90e8ce3253

View File

@ -165,6 +165,8 @@ struct Line: public Command {
advance_axis<1>();
}
}
location = context.destination;
}
private: