改结构

This commit is contained in:
2026-08-17 11:50:07 +08:00
parent 8073e18318
commit 7c6b0f3e1e
76 changed files with 3044 additions and 3394 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ double Latency_Eager_Plot::max_render_fps() const {
return d->scene->max_render_fps();
}
tl::expected<void, Plot_Set_Max_Render_Fps_Error>
Latency_Eager_Plot::set_max_render_fps(double fps) {
auto Latency_Eager_Plot::set_max_render_fps(double fps)
-> Expected<void, Plot_Set_Max_Render_Fps_Error> {
auto result = d->scene->set_max_render_fps(fps);
if (result)
update_render_interval();