A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/rnd.rs')
| -rw-r--r-- | src/rnd.rs | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -917,9 +917,6 @@ pub fn render( draw_at(x, y, &image); } - if matches!(ed.state, State::Default | State::Selection(_) | State::Insert) { - draw_at(x, y, &cursor); - } window.pre_present_notify(); let buffer = surface.buffer_mut().unwrap(); let x = unsafe { |