diff --git a/examples/gui/platform/src/graphics/lowlevel/buffer.rs b/examples/gui/platform/src/graphics/lowlevel/buffer.rs index dbe0270e57..210e57d92b 100644 --- a/examples/gui/platform/src/graphics/lowlevel/buffer.rs +++ b/examples/gui/platform/src/graphics/lowlevel/buffer.rs @@ -39,7 +39,7 @@ const QUAD_VERTS: [Vertex; 4] = [ }, ]; -pub const MAX_QUADS: usize = 100_000; +pub const MAX_QUADS: usize = 1_000; pub fn create_rect_buffers( gpu_device: &wgpu::Device, diff --git a/examples/gui/platform/src/gui.rs b/examples/gui/platform/src/gui.rs index 0e6bc8b24b..29caa01404 100644 --- a/examples/gui/platform/src/gui.rs +++ b/examples/gui/platform/src/gui.rs @@ -178,7 +178,7 @@ fn run_event_loop(title: &str, root: RocElem) -> Result<(), Box> { // } // } // } - todo!("TODO handle keyboard input"); + // TODO todo!("TODO handle keyboard input"); } //Modifiers Changed Event::WindowEvent {