mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Replace TODO: with TODO(emilk): and update code guidelines
This commit is contained in:
@@ -77,7 +77,7 @@ fn main() {
|
||||
|
||||
egui_glow.on_event(&event);
|
||||
|
||||
gl_window.window().request_redraw(); // TODO: ask egui if the events warrants a repaint instead
|
||||
gl_window.window().request_redraw(); // TODO(emilk): ask egui if the events warrants a repaint instead
|
||||
}
|
||||
glutin::event::Event::LoopDestroyed => {
|
||||
egui_glow.destroy();
|
||||
|
||||
Reference in New Issue
Block a user