cmake 外部工具优化
This commit is contained in:
@@ -26,7 +26,7 @@ static bool radio_show_performance_overlay() {
|
||||
return ok ? value != 0 : false;
|
||||
}
|
||||
static void configure_radio_plot_perf(renderive::Latency_Eager_Plot* plot) {
|
||||
plot->set_max_render_fps(radio_mock_perf_mode() ? 1000 : 60);
|
||||
plot->set_max_render_fps(radio_mock_perf_mode() ? 1000 : 1000);
|
||||
}
|
||||
static renderive::Performance_Overlay_Options radio_performance_options() {
|
||||
renderive::Performance_Overlay_Options options;
|
||||
|
||||
Reference in New Issue
Block a user