chore: setup --debug/--release args for web build script & recipe, fix test lint

This commit is contained in:
Ryan Walters
2025-09-04 14:47:22 -05:00
parent 968eb39b64
commit 9e029966dc
3 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ fn test_atlas_mapper_multiple_frames() {
assert!(mapper.frames.contains_key("tile1"));
assert!(mapper.frames.contains_key("tile2"));
assert!(!mapper.frames.contains_key("tile3"));
assert!(mapper.frames.get("nonexistent").is_none());
assert!(!mapper.frames.contains_key("nonexistent"));
}
#[test]