Browse Source

Update ctru-rs/src/console.rs

Co-authored-by: Mark Drobnak <mark.drobnak@gmail.com>
pull/22/head
Meziu 3 years ago committed by GitHub
parent
commit
a879e02db5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ctru-rs/src/console.rs

2
ctru-rs/src/console.rs

@ -7,7 +7,7 @@ use crate::gfx::Screen;
pub struct Console<'screen> { pub struct Console<'screen> {
context: Box<PrintConsole>, context: Box<PrintConsole>,
_screen: Ref<'screen, dyn Screen>, screen: Ref<'screen, dyn Screen>,
} }
impl<'screen> Console<'screen> { impl<'screen> Console<'screen> {

Loading…
Cancel
Save