Skip to content

Commit cde4ea8

Browse files
committed
map: Fix crucible maps not loading
1 parent 048ea16 commit cde4ea8

File tree

1 file changed

+2
-1
lines changed
  • crates/alkahest-renderer/src/loaders

1 file changed

+2
-1
lines changed

crates/alkahest-renderer/src/loaders/map.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,8 @@ pub async fn load_map(
343343
None,
344344
0,
345345
None,
346-
)?;
346+
)
347+
.ok();
347348
}
348349
}
349350
}

0 commit comments

Comments
 (0)