Skip to content

Commit 61e3b6d

Browse files
add todo
1 parent 50600ff commit 61e3b6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ fn main() -> eframe::Result {
2222
.expect("Failed to load icon"),
2323
),
2424
renderer: eframe::Renderer::Wgpu,
25+
// TODO: Check this
2526
wgpu_options: egui_wgpu::WgpuConfiguration {
2627
present_mode: wgpu::PresentMode::AutoVsync,
2728
desired_maximum_frame_latency: None, // Use default

0 commit comments

Comments
 (0)