diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-10-05 13:56:33 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-10-05 13:56:33 -0400 |
commit | 9f480396204e8ccdd89779860cb61d4e4aded8b4 (patch) | |
tree | 511fedbec453936f20e222722249be9ed8ee79d8 /source/main.cpp | |
parent | 1cf4908a23dc5537be0bab1089ffcaa7079d5434 (diff) |
buffered draw samples; increased read rate
Diffstat (limited to 'source/main.cpp')
-rw-r--r-- | source/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/main.cpp b/source/main.cpp index ce1ea20..36e8c6e 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -19,7 +19,6 @@ #include <string> -// Externs extern ImFont *fontSans; extern ImFont *fontMono; |