1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-03-13 02:42:08 +00:00

Tag as deprecated.

This commit is contained in:
Thomas Harte
2026-01-30 14:29:35 -05:00
parent 84451a4841
commit bc95cc7fc0

View File

@@ -76,7 +76,7 @@ public:
0.5f being substituted elsewhere. This provides a way to ensure that the sort of
persistent low-value errors that can result from an IIR are hidden.
*/
void draw(float aspect_ratio, float colour_threshold = 0.0f) const;
[[deprecated]] void draw(float aspect_ratio, float colour_threshold = 0.0f) const;
private:
API api_{};