Skip to content

Commit

Permalink
fix unimplemented warning
Browse files Browse the repository at this point in the history
  • Loading branch information
moi committed Apr 22, 2024
1 parent f93c9d0 commit 6bae62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/joko_package/src/manager/pack/loaded.rs
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ impl LoadedPackData {
currently_used_files: &BTreeMap<Uuid, bool>,
list_of_active_or_selected_elements_changed: bool,
map_changed: bool,
tasks: &PackTasks,
_tasks: &PackTasks,
next_loaded: &mut HashSet<Uuid>,
) {
//since the loading of texture is lazy, there is no problem when calling this regularly
Expand Down

0 comments on commit 6bae62a

Please sign in to comment.