mirror of
https://github.com/tdulcet/Table-and-Graph-Libs.git
synced 2025-09-18 12:34:12 +08:00
respect immediate draw
This commit is contained in:
@@ -894,6 +894,11 @@ namespace graphs
|
|||||||
intermediate.texture[index].data |= value;
|
intermediate.texture[index].data |= value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// draw plot into terminal immediately if requested
|
||||||
|
if (options.draw_immediately) {
|
||||||
|
intermediate.draw();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// plot from single data set
|
// plot from single data set
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
Reference in New Issue
Block a user