Skip to content

Commit

Permalink
Fix README doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
aleokdev committed Jun 21, 2024
1 parent 2eb8206 commit 55e524a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use tiled::Loader;

fn main() {
let mut loader = Loader::new();
let map = loader.load_tmx_map("assets/tiled_base64_zlib.tmx").unwrap();
let map = loader.load_tmx_map("assets/tiled_base64_external.tmx").unwrap();
println!("{:?}", map);
println!("{:?}", map.tilesets()[0].get_tile(0).unwrap().probability);

Expand Down

0 comments on commit 55e524a

Please sign in to comment.