Compilation fix
This commit is contained in:
parent
814121903a
commit
6904938594
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ pub struct DemoApp {
|
||||||
demo_window: DemoWindow,
|
demo_window: DemoWindow,
|
||||||
fractal_clock: FractalClock,
|
fractal_clock: FractalClock,
|
||||||
num_frames_painted: u64,
|
num_frames_painted: u64,
|
||||||
#[serde(skip)]
|
#[cfg_attr(feature = "serde", serde(skip))]
|
||||||
color_test: ColorTest,
|
color_test: ColorTest,
|
||||||
show_color_test: bool,
|
show_color_test: bool,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue