diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-02-28 19:04:19 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-02-28 19:04:19 +0100 |
commit | 0948d02a5a3abae918fa8f5fe1587e19cd0ada41 (patch) | |
tree | 97cf263eeeaf83a75edabeb0a7e5965363ef5fb1 /source | |
parent | a47dba85dbc6a230f30e6f2169d51300f797b1ba (diff) | |
download | saw-0948d02a5a3abae918fa8f5fe1587e19cd0ada41.zip |
format config
Diffstat (limited to 'source')
-rw-r--r-- | source/saw/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/saw/main.c b/source/saw/main.c index 838b4fe..d2d0962 100644 --- a/source/saw/main.c +++ b/source/saw/main.c @@ -872,6 +872,7 @@ static void saw_sampler_cleanup(saw_sampler_t *sampler) { // // TODO // - UI library and tests. +// - Use floating-point values for coordinates. // // ================================================================ |