cleanup spc700 and add todos

This commit is contained in:
scawful
2023-12-06 01:32:59 -05:00
parent d0c9229093
commit 87db938963
17 changed files with 559 additions and 633 deletions

View File

@@ -96,7 +96,7 @@ class Canvas {
bool custom_canvas_size_ = false;
bool is_hovered_ = false;
float custom_step_ = 8.0f;
float custom_step_ = 0.0f;
float global_scale_ = 1.0f;
ImDrawList* draw_list_;