Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. error[E0308]: mismatched types
  2. --> src/main.rs:105:18
  3. |
  4. 105 | testifunktio(texture2);
  5. | ^^^^^^^^ expected i32, found struct `sdl2::render::Texture`
  6. |
  7. = note: expected type `i32`
  8. found type `sdl2::render::Texture<'_>`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement