From 432158a08c0e5a638395a3138e1c48ef650e0a03 Mon Sep 17 00:00:00 2001 From: Kautism Date: Tue, 22 Oct 2024 11:23:02 +0800 Subject: [PATCH] Fix fmt check --- src/map.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/map.rs b/src/map.rs index 7dd3dda..1103641 100644 --- a/src/map.rs +++ b/src/map.rs @@ -184,7 +184,6 @@ impl Map { let user_type = user_type.or(user_class); let stagger_axis = stagger_axis.unwrap_or_default(); let stagger_index = stagger_index.unwrap_or_default(); - // We can only parse sequentally, but tilesets are guaranteed to appear before layers. // So we can pass in tileset data to layer construction without worrying about unfinished