mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -04:00
[glium] break out persistence
This commit is contained in:
@@ -36,8 +36,6 @@ pub struct Backend {
|
||||
painter: webgl::Painter,
|
||||
frame_times: egui::MovementTracker<f32>,
|
||||
frame_start: Option<f64>,
|
||||
/// If true, paint at full framerate always.
|
||||
/// If false, only paint on input.
|
||||
run_mode: RunMode,
|
||||
last_save_time: Option<f64>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user