1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-25 11:17:26 +00:00

Moves submit step to end of line, rather than end of scan.

This commit is contained in:
Thomas Harte
2020-02-04 22:15:20 -05:00
parent 709c229cd7
commit b41920990f
3 changed files with 17 additions and 34 deletions
+1 -1
View File
@@ -288,7 +288,7 @@ struct ScanTarget {
///
/// The ScanTarget isn't bound to take any drawing action immediately; it may sit on submitted data for
/// as long as it feels is appropriate, subject to a @c flush.
virtual void submit() = 0;
virtual void submit() {}
/*