错误处理机制纠正
This commit is contained in:
@@ -64,7 +64,7 @@ struct Web_Plot_Session::Impl {
|
||||
Impl() {
|
||||
plot.init();
|
||||
plot.set_background_color({3, 7, 18, 255});
|
||||
plot.set_max_render_fps(30.0);
|
||||
static_cast<void>(plot.set_max_render_fps(30.0));
|
||||
plot.set_viewport_size({960, 600});
|
||||
const auto root = plot.root_renderable();
|
||||
constexpr Color axis_color{93, 116, 151, 255};
|
||||
|
||||
Reference in New Issue
Block a user